sauradip / fewshotQAT

[BMVC 2021]: Official PyTorch implementation of : "Few Shot Temporal Action Localization using Query Adaptive Transformers"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 2.7 or 3.7

Quadwo opened this issue · comments

I have an issue with gtad lib -- I created two envs FSQAT(2.7) and GTAD(3.7) - I cannot install the aign1d on GTAD(3.7) is my issue. I have seen the error only appears in python 3.7. Below are some screenshots from my pc.
Screenshot from 2021-12-30 13-31-43

Screenshot from 2021-12-30 13-32-12
Screenshot from 2021-12-30 13-38-41
Screenshot from 2021-12-30 13-30-13

Your assistance will be greatly appreciated. thanks

Hi @Quadwo ,

This part of the code is borrowed from https://github.com/frostinassiky/gtad where it works for python 3.7 ! However, i can suspect one problem is may be you can try making the cpp freshly ! It might happen that the directory already has an already prepared cpp for align , and when you again run the installer , it checks for this prepapred file and might skip the preparation process ! I would suggest , clean install ( by clean i mean delete the folder also ) and then try it !

It should work ! My environment was 3.7 it worked !

Alright... thanks. I'll do that and tell you my progress.

I guess your environment issue is solved ! If not feel free to reopen