xiaozai / DeT

Dataset and Code for the paper "DepthTrack: Unveiling the Power of RGBD Tracking" (ICCV2021), and "Depth-only Object Tracking" (BMVC2021)
GNU General Public License v3.0
78 stars 11 forks source link

per attribute F-cores #9

Closed pilot00 closed 2 years ago

pilot00 commented 2 years ago

Hello,

I want to know how to generate the per attribute F-scores (like the Figure 7 in your paper) when analyse the results of trackers? Is this figure generated by using VOT tookit, and if so, how does it work? At your convenience, would you please help me with this problem?

Thanks for your assistance.

xiaozai commented 2 years ago

Hi, Sorry to reply this so later. The attribute F-scores are calculated by vot toolkit, but it needs a private toolkit only shared with tech commits who makes the figures for the report. The idea is that only calculate the F-scores for the frames which belong to a specific attribute. Usually F-score, Pr, Re are enough for papers, it seems only VOT reports compared the attribute F-scores.

If you need help, it is better to ask in VOT toolkit.

pilot00 commented 2 years ago

Thanks a lot for your replay.

By the way, I found the links of the checkpoints of DeT didn't work. They reported a 404 error.

xiaozai commented 2 years ago

which one does not work? let me check it

pilot00 commented 2 years ago

All the links of checkpoints provided here: gdown https://drive.google.com/uc\?id\=1djSx6YIRmuy3WFjt9k9ZfI8q343I7Y75 -O pytracking/networks/DeT_DiMP50_Max.pth gdown https://drive.google.com/uc\?id\=1JW3NnmFhX3ZnEaS3naUA05UaxFz6DLFW -O pytracking/networks/DeT_DiMP50_Mean.pth gdown https://drive.google.com/uc\?id\=1wcGJc1Xq_7d-y-1nWh6M7RaBC1AixRTu -O pytracking/networks/DeT_DiMP50_MC.pth gdown https://drive.google.com/uc\?id\=17IIroLZ0M_ZVuxkGN6pVy4brTpicMrn8 -O pytracking/networks/DeT_DiMP50_DO.pth gdown https://drive.google.com/uc\?id\=17aaOiQW-zRCCqPePLQ9u1s466qCtk7Lh -O pytracking/networks/DeT_ATOM_Max.pth gdown https://drive.google.com/uc\?id\=15LqCjNelRx-pOXAwVd1xwiQsirmiSLmK -O pytracking/networks/DeT_ATOM_Mean.pth gdown https://drive.google.com/uc\?id\=14wyUaG-pOUu4Y2MPzZZ6_vvtCuxjfYPg -O pytracking/networks/DeT_ATOM_MC.pth

xiaozai commented 2 years ago

https://drive.google.com/drive/folders/1DHDVhGHYYhoI9mjmgVUoautQe11SIKHL?usp=sharing

updated!

pilot00 commented 2 years ago

Ok, thanks for your assistance.