vineetparikh
vineetparikh
`pip install requests-ntlm` segfaults on my machine. I'm running Ubuntu 18.04, I have pip version 9.0.1, and while `sudo -H pip install requests-ntlm` seems to work, I want to ensure...
I'm trying to reproduce [VideoCLIP](https://github.com/facebookresearch/fairseq/tree/main/examples/MMPT) locally, and this package relies on transformers=3.4 (it can't use newer versions due to API-incompatible changes), which itself relies on tokenizers 0.9.2. I can't install...
For context, while my requirements.txt file (for a Flask application deployed in a Lambda function) has cryptography, I'm still getting the error ``` NotImplementedError: Algorithm 'RS256' could not be found....
Hi there, thanks so much for open-sourcing this! This looks super cool! Is there any zero-shot/few-shot action recognition baseline for EPIC-Kitchens using EgoVLP? It looks like this model has downstream...
I'm planning on using CNTK with Keras (https://docs.microsoft.com/en-us/cognitive-toolkit/using-cntk-with-keras) and thus I've been attempting to install it using PyPi with this tutorial(https://docs.microsoft.com/en-us/cognitive-toolkit/setup-linux-python?tabs=cntkpy251#prerequisites). However, when I run `python3 -c "import cntk;print(cntk.__version__)", I...
Hi there, great work! I'm trying to use the video backbone of EgoVLP alone to extract intermediate feature maps (for a downstream task) on EPIC-Kitchens 100 videos. Two questions: -...
Hi there, thanks so much for the interesting work! I'm a bit confused on how to reproduce the precise attention map visualizations in the AVT paper, showing which frames attend...
Hi there, thanks for the code, it's been super cool to see and use! I'm using a set of videos (think self-driving) where new objects enter and leave the frame...
Hey there! Does the current Vidat tool support video or annotation paths located on AWS S3 or any equivalents for other cloud providers? (e.g. if I pass in an s3...