-
Notifications
You must be signed in to change notification settings - Fork 6
Description
The demo code is not running efficiently. It requires only data present in entity_val2017.json, entity_val2017_long.json, and val2017/, but that is not the case. Initially, it asked me to download the training data. After downloading the model checkpoint and running the code, it requests panoptic files to run the demo, which is not required according to the README file.
However, when I try to obtain the panoptic files using Mask2Former, it requires Detectron2. Unfortunately, for the CUDA and Torch versions specified in the FIND README, there is no compatible version of Detectron2, making it difficult for me to create panoptic images.
Could you please help me run the demo and create the panoptic images?
Thank you.
I am getting this error while running the demo code
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/coco/annotations/panoptic_val2017.json'
and when I am trying to download the dectron2, I get this error

