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

Training time? #3

Closed visionxyz closed 5 years ago

visionxyz commented 5 years ago

Can I know how much time will it take to train the SOTA? Thanks!

gjy3035 commented 5 years ago

For the UCF-QNRF, we train ~400 epoches for SFCN+ on single 1080Ti, which takes about 25 hours. The training time may be more than the theoretical cost, because we conduct other experiments on the same machine (low CPU usage slows down the speed of the dataloader).

In order to obtain pretrained GCC model, we implemet the experiment on four 1080Ti, which takes ~38 hours (100 epoches).

Due to the different data volumes and characteristics, the experiments on different datasets may take different times.