You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi @svishwa , in the paper,the author mentioned that he down-sampled each training image by 1/4 before generating its density map(in the Remarks),but i did`t see this part in your code?
Besides,what is these code mean in the data_loader.py?
den = cv2.resize(den,(wd_1,ht_1))
den = den * ((wd*ht)/(wd_1*ht_1))
looking forward to your reply,thanks!!
The text was updated successfully, but these errors were encountered:
hi @svishwa , in the paper,the author mentioned that he down-sampled each training image by 1/4 before generating its density map(in the Remarks),but i did`t see this part in your code?
Besides,what is these code mean in the data_loader.py?
looking forward to your reply,thanks!!
The text was updated successfully, but these errors were encountered: