PanopticFCN icon indicating copy to clipboard operation
PanopticFCN copied to clipboard

How to use the demo.py file?

Open rongyiqing opened this issue 2 years ago • 2 comments

Please give me a detailed introduction of what needs to be changed. image

rongyiqing avatar Jun 09 '22 03:06 rongyiqing

Hi, I guess this solution in issue #17 work for you.

The main reason is that the module panopticfcn has not been registered in Detectron2. So, you can simply add "panopticfcn": "PanopticFCN" to path_to_detectron2/detectron2/projects/__init__.py. Then you can enjoy it by python3 demo/demo.py --config-file xxxx. Hope this could help you.

yanwei-li avatar Jun 10 '22 07:06 yanwei-li

I understand.

rongyiqing avatar Jun 12 '22 02:06 rongyiqing