CSRNet-pytorch
CSRNet-pytorch copied to clipboard
CSRNet: Dilated Convolutional Neural Networks for Understanding the Highly Congested Scenes
Thank you for your sharing. It's really a outstanding work. There is an error when I test my model after training, happened in line "model.load_state_dict(checkpoint['checkpoint.pth.tar']) " of val.ipynb. It said...
when I run the code `python train.py part_A_train.json part_A_test.json 0 0`, an error will occur. The detial about this error is: **/home/user/.local/lib/python2.7/site-packages/torch/nn/_reduction.py:49: UserWarning: size_average and reduce args will be deprecated,...
I tried not to load the pre-training weights of VGG16 and got a MAE more than 200. How do I adjust the parameters in training? Has anyone tried to replace...
您好,感谢您百忙之中抽空解答我的疑问. 我有一个问题想请教一下,就是你们在crop 1/4 size的原图的patch后,是直接用patch拿来训练还是resize patch到其他的分辨率后再训练呢? 感谢您的赐教!
I have a problems, After I training but model predict=0.0, I don't know why,It's really tough to me. I still try to change learning rate. But the problem don't handle...
I would like to ask what parameters need to be modified with the current train.py training data set WorldExpo'10, ucsd, such as: learning rate, transform and some other parameters. Is...
Hi, I'm using CSRNet for crowd counting on world Expo'10 dataset. However, I cannot reproduce the results of the paper(8.6 MAE), I only got a MAE around 10.2. Could you...
Thanks for your Pytorch implementation! I have run the code on the Part_A of ShanghaiTect dataset. In the testing, I can obtain 73.26 MAE for this data. So, how can...
I have read your paper and don't understand why you use the first ten layers of VGG-16 with only three pooling layers instead of all architecture pre-trained model VGG16 ?...
Hello, when I used your network structure to train the ShanghaiTech PartB data set, I iterated very slowly. There were 390 pieces of the as the training set and 10...