crowd_counting_tensorflow icon indicating copy to clipboard operation
crowd_counting_tensorflow copied to clipboard

Code of CVPR 2016 work of Single Image Crowd Counting using Multi-Column CNN

Results 5 crowd_counting_tensorflow issues
Sort by recently updated
recently updated
newest added

I prepare dataset and instruction on the readme.md. However, when I run the train.py file, I has an error Incompatible shapes: [1,50,2,1] vs. [1,504,284,1] [[{{node mean_squared_error/SquaredDifference}}]]. I figure out that...

train_d_map = np.asarray(sio.loadmat(train_gts_list[img_idx])['d_map'], dtype=np.float32) could you please add the code files of data parsing which will create the density map of the files?

--------------------------------------------------------------------------- NameError Traceback (most recent call last) in () 19 # main(args) 20 #else: ---> 21 main(args) in main(args) 11 """ 12 ---> 13 sess_path = utils.create_session(args.log_dir, args.session_id) # Create...