-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ATL as an off-the-shelf affordance recognition module #18
Comments
Hi, Thanks for your interest. I think it is ok. You can find how to utilize the pre-trained ATL model for affordance recognition in https://github.com/zhihou7/HOI-CL/blob/master/GETTING_STARTED_ATL.md#3-affordance-recognition. The code is in this directory: https://github.com/zhihou7/HOI-CL/tree/master/scripts/affordance feel free to contact me if you have further questions. Regards, |
Hi, Thanks for your reply. I'll go through these links and try to set it up on my own images. I'll keep this issue open for a while in case I have further questions. Regards, |
Hi zhihou7, I'm currently downloading the provided data to run the scripts, but I'm unable to download this file with the following command (from the I'm getting a file that is 141 bytes and cannot be extracted (so I assume it's corrupted). Could you please update the link or provide an alternative link for download? Thanks. |
this url is avialable: https://drive.google.com/file/d/1QZcJmGVlF9f4h-XLWe9Gkmnmj2z1gSnk/view?usp=sharing
|
Hi zhihou7, Thanks for the link! I'm now having the same issue with the following file: Could please also provide an alternative download for it? Thanks again. |
Hi zhihou7, I've followed the instructions from the pointers you provided me (and the set up instructions in the main repository page), but when I try to run I get the following error (many of them actually, I'm just pasting a truncated one here as an example) The only modification I did to the script was to change the input model to Would have any idea of what could be the cause? It's tricky for me to debug since these errors are coming from within tensorflow (I'm using version 1.14.0). Thank you for your attention. |
sorry for this issue. I think it is a bug when i prepare for the code. I will check the input again tonight,and debug it. Sorry for this issue It is because I remove some useless input data. And the input list does not match. I will fix it. |
No worries, thank you very much for your support and patience. |
Hi, I have updated the code for affordance recognition on V-COCO. You should first download "Test_GT_HICO_COCO_HICO.pkl" (https://cloudstor.aarnet.edu.au/plus/s/AFrv822lPC30iHt) again cause the old file is wrong. Meanwhile, I have updated the GETTING_STARTED_ATL.md with more detailed instructions. For object prediction on HICO-DET test set (gthico) with model of V-COCO, it requires about 3-4hours to obtain the results. feel free to post comment in this issue if you have further questions. Regards, |
Hi zhihou7, Thank you again for looking into it. I see that you updated to I looked through the provided models but I cannot find this one for download |
oh, that's not necessary. I just use an example (that's the baseline)for testing. Sorry for the confusion. You can just use the released model.
I have updated GETTING_STARTED_ATL.md again. |
Hi,
Thanks for your excellent work. Is the pre-trained ATL model suitable as an off-the-shelf affordance recognition module for object images extracted from other datasets? If so, could you please give me some pointers where to look for around in the codebase for that? Thank your for your attention.
Kind regards,
Romero
The text was updated successfully, but these errors were encountered: