JEEHYE NA

Results 9 comments of JEEHYE NA

same here.... `Encountered exception while importing cv2: libtesseract.so.5: cannot open shared object file: No such file or directory`

From my understanding, you used 1k samples for the test set. To accurately reproduce the results from the paper, could you please provide the sample IDs used for the test...

@idj3tboy I’m not sure if this will be helpful, but I’d like to share how I did it. I downloaded the data from (https://cove.thecvf.com/datasets/839) and used the following two txt...

@e1four15f Oh, I got it! Thank you for your kind reply. I’ll check the checkpoint ✌️

I noticed that there are many existing issues and containers related to VLMs like LLaVA and VILA, but very few (if any) related to video-based LLMs (VideoVLMs) such as VideoLLaMA....

@johnnynunez Firstly, thank you sooo much — I had no idea how to start and you really saved my day 🥹 But I encountered a key error like below: >...

Hi, thanks for all the help! I’m using JetPack 6.0 / L4T 36.3.0 on my Jetson AGX Orin (64 GB). And with `LSB_RELEASE=24.04 jetson-containers build videollama` I encountered an error...

Thank you! @johnnynunez Runned `LSB_RELEASE=24.04 jetson-containers build videollama` and encountered, > ┌────────────────────────────────────────────────────────┐ │ > TESTING videollama:r36.3.0-cu128-24.04-transformers │ └────────────────────────────────────────────────────────┘ > sudo docker run -t --rm --network=host --privileged --runtime=nvidia \ > --volume...

I ran the`LSB_RELEASE=24.04 jetson-containers build videollama` command, and the required dependencies in requirements.txt seemed to be installed successfully. However, after the build, I couldn’t find the `/opt/videollama `directory inside the...