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

bounding box regression #6

Open
artist-duan opened this issue Aug 6, 2021 · 1 comment
Open

bounding box regression #6

artist-duan opened this issue Aug 6, 2021 · 1 comment

Comments

@artist-duan
Copy link

Does the bbox regression branch converge? I train yolact on my dataset, but the regression is not work! and the inference time is slow, is twice as much as in the paper, Do u encountered the same problem?

@anshkumar
Copy link
Owner

Hi js-duan. Sorry for the late reply. Yes, bbox does converge (in my custom dataset and also on coco-dataset). For the inference time, I've implemented cc_fast-nms (please get the latest pull), which is much faster. Also, while comparing speed with the original implementation keep in mind whether the original implementation is considering the post processing while calculation the speed or not. As in this version of code, post processing is in detection.py file, which multiplies proto-coef and also crop mask, which will always be included in saved_model.pb, so this implementation always include post-processing while infering, while the original does not.

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