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

.csv file doesn't exit when I run the python text.py #23

Closed Adhders closed 5 years ago

Adhders commented 5 years ago

in test.py file: denname = './den/' + filename_no_ext + '.csv' den = pd.read_csv(denname, sep=',',header=None)

what does the .csv file used for ?

yds5817 commented 5 years ago

How did you solve it?