orhir / STG-NF

Normalizing Flows for Human Pose Anomaly Detection [ICCV 2023]
https://orhir.github.io/STG_NF/
Other
72 stars 11 forks source link

About visualization #29

Open Chathura-Ranasinghe opened 2 weeks ago

Chathura-Ranasinghe commented 2 weeks ago

Hi Orhir,

Thank you for your previous guidance in resolving the issue I encountered in your project. Following your instructions, I began to modify your work to test it on a custom test video. However, I encountered an issue with visualization when setting up alphapose. I wanted to ask if you used PyTorch3D for visualization or if you used any alternative method.

Highly appreciate your help

orhir commented 2 weeks ago

Hi, we didn't use any complicated visualization methods, just Matplotlib and OpenCV. After matching the model scores to the human bounding boxes - we just added the text on top of the image.

18767953136 commented 2 days ago

Could you please provide the visualization code? Thank you very much.

orhir commented 2 days ago

Please take a look at our response in issue #28 and #4. We don't provide visualization tools; however, in the response mentioned, we give a brief outline of how it was done.