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

python and pytorch version #11

Open Yellow-Champagne opened 5 years ago

Yellow-Champagne commented 5 years ago

Can this program can run in python3.6 and pytorch1.0.1?And I want to use VGG16 as the skeleton.Is that feasible?

gjy3035 commented 5 years ago

Pytorch1.0 is OK. If you want to implement this code in Python 3.6, you should check the "/" operation in our code. SFCN based on VGG-16: sfcn.zip