Skip to content

the structure of the project's weights is not identical to that of the original tiny yolov2 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gr-sheryl opened this issue Apr 12, 2021 · 0 comments

Comments

@gr-sheryl
Copy link

hello. I want to replace the weights document to test another objects. However, it seems that the structure of the project's weights is not identical to that of the original tiny yolov2. How did you fix it?
It's very important for me.
I'm looking forward your reply.

this's the structure of weights95tuned.npy:
(152, 4)
(1168, 4)
(4640, 4)
(18496, 4)
(73856, 4)
(295168, 4)
(1180160, 4)
(1179904, 4)
(64250, 4)
this is the structure of the original tiny yolov2' weights:
(16, 3, 3, 3)
(16,)
(32, 3, 3, 16)
(32,)
(64, 3, 3, 32)
(64,)
(128, 3, 3, 64)
(128,)
(256, 3, 3, 128)
(256,)
(512, 3, 3, 256)
(512,)
(1024, 3, 3, 512)
(1024,)
(1024, 3, 3, 1024)
(1024,)
(125, 1, 1, 1024)
(125,)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant