YueLiao / PPDM

Code for "PPDM: Parallel Point Detection and Matching for Real-time Human-Object Interaction Detection".
MIT License
218 stars 42 forks source link

Visualization of Points Heatmaps #43

Open BestSongEver opened 3 years ago

BestSongEver commented 3 years ago

@YueLiao Thanx for ur wonderful work. Could u please offer me the scripts of "Visualization of Points Heatmaps", which visualize points heatmaps in original images (Figure 6 of the paper)? I want to learn more from PPDM framework and cite ur paper.

Thanx again. Waiting for reply : )

YueLiao commented 3 years ago

Thx for your interest. This script on my other computer and it not on here now. We first return the predicted feature maps and select the channels with top-k scores (k=1, 2, 3). Then, we reshape the map into the original size and save the maps for later projection. Finally, we visualize for each channel (top-1 on paper).

BestSongEver commented 3 years ago

Thanx for ur nice reply : ) @YueLiao I've been trying to write the script for a few days, buy unfortunately, it dose not work well... I would appreciate it if you could provide your script at your convenience. ; )

YueLiao commented 3 years ago

Thanx for ur nice reply : ) @YueLiao I've been trying to write the script for a few days, buy unfortunately, it dose not work well... I would appreciate it if you could provide your script at your convenience. ; )

It will be at the end of next month.