dluvizon/scene-aware-3d-multi-human

There is no run_instance_segmentation.py in the Mask2Former

Closed this issue · 2 comments

Thank you for your work!
When I try to run the ./script/preproc_data.sh ${path_to_video}
I find that There is no run_instance_segmentation.py in the Mask2Former (https://github.com/facebookresearch/Mask2Former).
preproc_data.sh:
"conda activate mask2former
pushd ./tools/Mask2Former
python run_instance_segmentation.py "
Where can I find "run_instance_segmentation.py" or what command to replace this command with?

Hi @Seeseallllll ,
Thank you for your interest in our work.
Did you check the instructions about external tools ?
You have to first update the submodule of Mask2Former, then apply a patch that will copy this script that you missed.

Please let me know if you still have problems after this.

Thanks for your reply!
I realized that I forgot to apply the patch file earlier.
I get it after "git apply ../patches/mask2former_16c3bee.patch".