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

[WIP][DO NOT MERGE] Matrixnet #1328

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

[WIP][DO NOT MERGE] Matrixnet #1328

wants to merge 8 commits into from

Conversation

liueo
Copy link

@liueo liueo commented Jun 1, 2020

Object detector using matrix layers to extract features and heads of CenterNet to predict. Something is wrong with the code cause bug happens during validation.

@zhreshold
Copy link
Member

visually the pr looks good, do you have any clue where could be the problem?

Comment on lines +167 to +168
eval_metric.update(det_bboxes, det_ids, det_scores, gt_bboxes, gt_ids, gt_difficults)
return eval_metric.get()
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't save the errror message. I remember the error message started roughly from these lines and was related to data type. The error message was something like 'float64 is not supported in pycocotools'. I was confused about the error because I didn't think I use the data type mentioned. Maybe can run the code to reproduce the bug.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it seems to be an issue with latest numpy that breaks pycocotools. Maybe related: facebookresearch/detectron2#580

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

Successfully merging this pull request may close these issues.

None yet

2 participants