junjiehe96 / FastInst

[CVPR2023] FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation
MIT License
175 stars 16 forks source link

can not from detectron2.projects.deeplab import add_deeplab_config, build_lr_scheduler #10

Open chenxi-Guo opened 1 year ago

chenxi-Guo commented 1 year ago

我在train_net.py 中from detectron2.projects.deeplab import add_deeplab_config, build_lr_scheduler无法导入或找不到。

JiaxingChai commented 10 months ago

maybe you can use "from detectron2.projects.DeepLab.deeplab import add_deeplab_config, build_lr_scheduler" may the answer will help you

ChaojunZ commented 4 months ago

Is this problem solved? I also met the same problem, could you please answer it? Thank you

ChaojunZ commented 4 months ago

maybe you can use "from detectron2.projects.DeepLab.deeplab import add_deeplab_config, build_lr_scheduler" may the answer will help you

I tried to change it, but it wasn't right