hustvl / BoxTeacher

[CVPR 2023] Exploring High-Quality Pseudo Masks for Weakly Supervised Instance Segmentation
https://arxiv.org/abs/2210.05174
MIT License
74 stars 3 forks source link

What is the command for visualizing test results? #6

Open kiwi12777 opened 1 year ago

wondervictor commented 1 year ago

Hi @kiwi12777, thanks for your interest in BoxTeacher! To visualize the visualization results, try:

python demo/demo.py --config-file <path/to/config> --input <directory for images> --output <directory for output> --opts MODEL.WEIGHTS <path/to/weight>
kiwi12777 commented 1 year ago

Thank you for your great work and response!^-^