chengzhag / DeepPanoContext

Official PyTorch code of DeepPanoContext: Panoramic 3D Scene Understanding with Holistic Scene Context Graph and Relation-based Optimization (ICCV 2021 Oral).
https://chengzhag.github.io/publication/dpc/
MIT License
89 stars 12 forks source link

Can I Use Yolo Instead of MaskRCNN in this code? #1

Open lilinxi opened 2 years ago

chengzhag commented 2 years ago

Hi @lilinxi,

Yes, you can. Although the detectron2 we use does not support Yolo, you can implement it following this instruction as suggested by this issue.

BTW, Sorry for the late response.

mmlph commented 2 years ago

Hi @lilinxi have you successfully configured the entire code environment?

mmlph commented 2 years ago

@chengzhag Can you tell me the detailed configuration version? I keep getting an error when I run “python project.py build”. thanks!