facebookresearch / CutLER

Code release for "Cut and Learn for Unsupervised Object Detection and Instance Segmentation" and "VideoCutLER: Surprisingly Simple Unsupervised Video Instance Segmentation"
Other
935 stars 91 forks source link

maskcut_with_submitit.py has no attribute 'get_args_parser' #12

Closed blue-butterfly closed 1 year ago

blue-butterfly commented 1 year ago

Hi, thanks for your great work !
But when I run_maskcut_with_submitit.sh, I have a problem that main_func( maskcut_with_submitit ) has no attribute 'get_args_parser' ?

frank-xwang commented 1 year ago

Hi @blue-butterfly, thanks for your comments. We have made some changes to both run_maskcut_with_submitit.sh and maskcut_with_submitit.py. Please let us know if the bug has been fixed.

blue-butterfly commented 1 year ago

Thanks very much! It works now ~