gjy3035 / GCC-SFCN

This is the official code of spatial FCN in the paper Learning from Synthetic Data for Crowd Counting in the Wild [CVPR2019].
https://gjy3035.github.io/GCC-CL/
MIT License
160 stars 39 forks source link

SystemError #9

Closed Yellow-Champagne closed 5 years ago

Yellow-Champagne commented 5 years ago

from .resSFCN import resSFCN as net SystemError: Parent module '' not loaded, cannot perform relative import

gjy3035 commented 5 years ago

Remove . (This is Python Error). You may have deleted or modified some files. I suggest you clone the entire repo for your experiments.