-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add all-in-one graphic with all methods #613
Comments
Thanks for the suggestion. We have plans for fancy modelzoo visualizations (including comparisons/filtrations/sorting/etc.). We are waiting for front-end programmers 😄 |
Thanks! As an additional suggestion: That may be useful for performance optimization, because one can prefer take fast box detector and steady pose detector. |
@ioctl-user Please checkout the new modelzoo! |
* fix add_config func is not called bug fix wandb add_config bug add wandb log_code feature * move log_code_name param to the last one add log_code_name param to docstring * add config only when there is a cfg Co-authored-by: Zaida Zhou <[email protected]> * add unit test for log_code_name param of WandbVisBackend * Update mmengine/visualization/vis_backend.py Co-authored-by: Zaida Zhou <[email protected]> * use log_code_kwargs instead of only log_code_name add PATH_FILTERS registry * use log_code_kwargs instead of only log_code_name add PATH_FILTERS registry * fix add config unit test * roll back to log_code_name version Co-authored-by: Zaida Zhou <[email protected]>
There are a lot of methods this is difficult to compare, so I have the following suggestion:
Add graphical picture for each data set with all methods with two axis: FPS and AP
Something like this: https://paperswithcode.com/sota/pose-estimation-on-coco-test-dev
The text was updated successfully, but these errors were encountered: