fredzzhang / spatially-conditioned-graphs

[ICCV'21] Official PyTorch implementation for paper "Spatially Conditioned Graphs for Detecting Human–Object Interactions"
https://arxiv.org/abs/2012.06060
BSD 3-Clause "New" or "Revised" License
63 stars 17 forks source link

how to get the finetuned detections on VCL DRG and Yours #54

Closed SISTMrL closed 3 years ago

SISTMrL commented 3 years ago

hello, I can't download the finetuned detections, could you give me a link ? thanks, looking forward to your reply

fredzzhang commented 3 years ago

Hi, @SISTMrL

You will be able to download the detections by running the commands below following the listed instructions

cd /path/to/spatially-conditioned-graphs/download
bash download_checkpoint.sh

Note that connecting to google drive could sometimes take up to one minute. So after executing the commands, if you are seeing Connecting..., then you are doing the right thing. Just wait patiently.

Let me know if it works.

Cheers, Fred

fredzzhang commented 3 years ago

There hasn't been any responses for a few days. I assume this has been solved.