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

Implementation on FCOS #397

Open
Epiphqny opened this issue Mar 25, 2020 · 6 comments
Open

Implementation on FCOS #397

Epiphqny opened this issue Mar 25, 2020 · 6 comments

Comments

@Epiphqny
Copy link

Epiphqny commented Mar 25, 2020

Hi @dbolya , thanks for your wonderful work, i have implemented the core modules of YOLACT v1 on FCOS in https://github.com/Epiphqny/Yolact_fcos, without bounding box cropping, it can achieve 35.2 mAP on COCO val2017 set with the ResNet-101 backbone.

@Auth0rM0rgan
Copy link

Hey @Epiphqny,
Nice Job! Would you please tell me what FPS you have achieved? Do you have any plan to implement Yolact++ as well?

Thanks!

@Epiphqny
Copy link
Author

Epiphqny commented Mar 25, 2020

Hey @Epiphqny,
Nice Job! Would you please tell me what FPS you have achieved? Do you have any plan to implement Yolact++ as well?

Thanks!

The speed is slower than the original yolact, as the base detector(FCOS) is larger, the FPS is about 7.7. As I used serial inference for each instance, there is still room to improve, I will convert it to parallel prediction for each image later.

@Auth0rM0rgan
Copy link

I think detectron2 demo is not optimized well at all in terms of the speed. YOLACT visualization tools are optimized very well for better speed. You will achieve higher FPS If you can use yolact visualization tools.

@Epiphqny
Copy link
Author

Thanks for your advice, I will try it later.

@abhigoku10
Copy link

@Epiphqny great work in getting FCOS feature any plans to add it on yolact++ since the drop in performance will less compared to yolact

@Epiphqny
Copy link
Author

@abhigoku10 I will update the repo if many people request that.

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

3 participants