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

How to reimplement IACS? #24

Open
RichardcLee opened this issue Mar 1, 2022 · 2 comments
Open

How to reimplement IACS? #24

RichardcLee opened this issue Mar 1, 2022 · 2 comments

Comments

@RichardcLee
Copy link

I want to reimplement VFNet by detectron2. Can you describe the technical details of implementing it in detail? please.

@RichardcLee
Copy link
Author

and Why do you use this function:clamp(min=1e-6) ?

@hyz-xmaster
Copy link
Owner

Hi, this repo is implemented using the framework of MMDetection which you may need to get familiar with.

VFNet mainly involves a new loss, Varifocal Loss, and a detector head, vfnet_head. Most of the details are in these two scripts and understanding them is almost enough to reimplement VFNet.

clamp(min=1e-6) ?

This is to avoid the calculated IoU to be 0.

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

2 participants