NexploreKelvinChiu

Results 2 comments of NexploreKelvinChiu

The mask prompt and bbox prompt are needed to provided together to generate a proper mask. The mask should be rescaled by long size as the preprocessing of the image....

Delete the following last three lines from the requirements.txt ``` git+https://github.com/arogozhnikov/einops.git git+https://github.com/MaureenZOU/detectron2-xyz.git git+https://github.com/openai/whisper.git ``` And add the following line in run_demo.sh after pip install -r requiremenmts.txt ``` pip install 'git+https://github.com/arogozhnikov/einops.git'...