CSRNet-pytorch
CSRNet-pytorch copied to clipboard
CSRNet: Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes
Thank you for releasing the code. The net use the density map as the Groudtruth. I wonder Is it possible to generate the points coordinates from the density map ?
Hello, thank you for releasing the pytorch code. I want to ask a question about the calculation of MAE and MSE. When calculating the MAE and MSE, the ground-truth is...
Hello Thank you for sharing such beautiful work. May I ask which experimental setup you have used to achieve the results stated in the paper? I saw that you have...
Models
@leeyeehoo how to run train and test, problem is what is "task id to use". ~/ML/Crowd-count/final/CSRNet$ python2 train.py TRAIN /home/tikam/ML/Crowd-count/final/CSRNet/train_A.json GPU 0 TASK 0 usage: train.py [-h] [--pre PRETRAINED] TRAIN...
Updated code for python 3 compatibility, implemented custom dataset creation, and resolved bug fixes
Excuse me, I have a problem that is recently I've been going through some old codes of a senior student and I came cross settings of "07-CSRNet_all_ep_39_mae_32.6.pth" which I haven't...