This is Pytorch re-implementation of our CVPR 2020 paper "Panoptic-DeepLab: A Simple, Strong, and Fast Baseline for Bottom-Up Panoptic Segmentation" (https://arxiv.org/abs/1911.10194)
Apache License 2.0
590
stars
117
forks
source link
No module named ‘torchvision.models.utils‘ errors #126
Hello! I found panoptic-deeplab/segmentation/model/backbone/ under the directory
hrnet.py mnasnet.py mobilenet.py resnet.py xception.py
python file
need to be changed to
This panoptic-deeplab can only be executed, can you update the code? Thank you!