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
The size of the output density map after passing through the model is 1 / 8 of that of the original image,and'*64' is to ensure the consistency of the count。
target = cv2.resize(target,(target.shape[1]/8,target.shape[0]/8),interpolation = cv2.INTER_CUBIC)*64
这个语句什么作用
The text was updated successfully, but these errors were encountered: