Skip to content
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

Pretrained Model #9

Open
CuongNguyen218 opened this issue Dec 8, 2019 · 19 comments
Open

Pretrained Model #9

CuongNguyen218 opened this issue Dec 8, 2019 · 19 comments

Comments

@CuongNguyen218
Copy link

Hi @WongKinYiu ,
Did you provide pretrained model of darknet53-PRN?

@CuongNguyen218
Copy link
Author

@WongKinYiu , and I have a question about your paper:
image
Can you explain this picture for me?
G1 Timestamp t = 1 start at Layer 5 right?
And i don't know why G2 at Layer 2 in t =2. I don't see any connection between L4 and L2.

@WongKinYiu
Copy link
Owner

shortcut/concatenate also will receive the gradient at the same time.
so G1 start at layers 1,3,5 (above connections are shortcuts).
then G2 will be transmitted to layers 2,4 (5➔4, 3➔2, 1➔).

@CuongNguyen218
Copy link
Author

@WongKinYiu , Can you share darknet-53-prn and darknet53-fprn pretrained model on Imagenet for me ?

@WongKinYiu
Copy link
Owner

@CuongNguyen218 Hello,
the model files are too big to upload to github.
and i do not have enough cloud drive space.

@CuongNguyen218
Copy link
Author

CuongNguyen218 commented Dec 9, 2019

@WongKinYiu ,
I have a unlimited google drive account. Please give me email address and i will send you my account. I need your pretrained model on imagenet for my bachelor thesis. Thank!

@WongKinYiu
Copy link
Owner

@CuongNguyen218
Copy link
Author

I just send an email to x102432003@yahoo.com.tw Please check your mailbox.

@WongKinYiu
Copy link
Owner

i just upload the pre-trained weights.

@CuongNguyen218
Copy link
Author

CuongNguyen218 commented Dec 9, 2019 via email

@WongKinYiu
Copy link
Owner

@CuongNguyen218
Copy link
Author

@WongKinYiu ,
I'm training yolov3 with your darknet53-prn weights and get some -nan on log. is it normal ?
image

@WongKinYiu
Copy link
Owner

@CuongNguyen218

It seems there are no small objects in your own dataset.

@CuongNguyen218
Copy link
Author

@WongKinYiu ,
image
Can you explain the image above for me? Somethings wrong with the number of channel in the middle feature map. For example, 96 = 128 - (1 - 1/2)/2 *128 is not (1- gamma) / 2 * c in the picture. and why 1/8 appear in the red line below ?
image

@WongKinYiu
Copy link
Owner

image

there r 1/2/8/8/4 layers in 1/2/3/4/5 stages.
and...
image

so in 3rd stage, c is 256 and γc is 128.
the channel number of 8 layers should be 240, 224, 208, 192, 176, 160, 144, 128.

@CuongNguyen218
Copy link
Author

image

there r 1/2/8/8/4 layers in 1/2/3/4/5 stages.
and...
image

so in 3rd stage, c is 256 and γc is 128.
the channel number of 8 layers should be 240, 224, 208, 192, 176, 160, 144, 128.

I know it when read your paper but I think your figure of characteristic 2 lead to misleading.

@CuongNguyen218
Copy link
Author

@WongKinYiu ,
I try replace darknet53 with darknet 53-prn but my inference time is increase about 20% from 45 FPS to 55 FPS. How did you do to reduce inference time from 22ms to 11ms

@WongKinYiu
Copy link
Owner

55 FPS is faster than 45 FPS. The inference time is decrease, not increase...

and did u check the blops of ur implementation is same as our reported bflops (25.1 BFLOPs)?

@buiduchanh
Copy link

@CuongNguyen218 Hello, Can you share this link of darknet53-PRN pretrained weights ?

@zht022
Copy link

zht022 commented Jul 3, 2020

@CuongNguyen218 Hi, can you share your pretrained weights of darknet53-PRN with your google drive link?
@WongKinYiu Or can you send the pretrained weights of darknet53-PRN to my email? My email address is zht1994@mail.ustc.edu.cn
Thanks!

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

4 participants