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 implement on the origin mmdetection #5

Open
FibonacciZ opened this issue Oct 28, 2020 · 1 comment
Open

How to implement on the origin mmdetection #5

FibonacciZ opened this issue Oct 28, 2020 · 1 comment

Comments

@FibonacciZ
Copy link

I've installed mmdetection and I want to implement your algorithm,compared with the original mmdetection, does your implementation only need to add the following files:
1.configs/vfnet
2.models/dense_heads/vfnet_head.py
3.models/detectors/vfnet.py
4.models/detectors/varifocal_loss.py

@hyz-xmaster
Copy link
Owner

The answer is roughly Yes, but you also need to register these modules by adding them in corresponding init.py files.

But I think you do not need to implement it by yourself. Please see this pull request.

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