dk-liang / FIDTM

[IEEE TMM] Focal Inverse Distance Transform Maps for Crowd Localization
MIT License
169 stars 41 forks source link

How to test a image without ground truth and FIDT #14

Closed Hwang64 closed 3 years ago

Hwang64 commented 3 years ago

How to test a image without ground truth and FIDT

dk-liang commented 3 years ago

You can refer to the video_demo.py. Specifically, you can utilize the command frame = cv2.imread(path) to load an image instead of a video.