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 evaluate yolo score of images generated using coco-staff data with 171 kinds of object (things and stuff) #21

Open
zhangzx-123 opened this issue Mar 5, 2024 · 1 comment

Comments

@zhangzx-123
Copy link

zhangzx-123 commented Mar 5, 2024

I want to evaluate the yolo score of the images generated using coco-staff data with 171 kinds of object.
The code of LAMA can only detect 80 kinds of object. Could you give me the evaluate code and yolo weights?
thanks a lot!!!

@zhangzx-123 zhangzx-123 changed the title How to evaluate images generated using coco-staff data How to evaluate yolo score of images generated using coco-staff data with 171 kinds of object (things and stuff) Mar 5, 2024
@ZGCTroy
Copy link
Owner

ZGCTroy commented May 26, 2024

The yolo score is not that easy reproduced like FID, as we need to first train a detection model on some kind of dataset with specific configs and then test. However, the training setting and config is complicated. Therefore, I recommend the followers to apply some open vocabulary public trained detection model (such as grounding dino) for easy reproduction. As we have shared the pretrained weights of our LayoutDiffusion, you can easily test again on our model with your own evaluation setting.

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