jepa icon indicating copy to clipboard operation
jepa copied to clipboard

PyTorch code and models for V-JEPA self-supervised learning from video.

Results 55 jepa issues
Sort by recently updated
recently updated
newest added

In the READme "Launching evaluations" section there is a typo in the three following scripts: ``` python -m evals.main \ --fname configs/eval/vitl16_in1k.yaml \ --devices cuda:0 cuda:1 cuda:2 ``` ``` python...

cannot run the v-jepa attentive probe checkpoint for my custom task, Seems to be some issue with the environment . ![Screenshot from 2024-03-11 15-26-19](https://github.com/facebookresearch/jepa/assets/42419896/8752ed2f-8f57-4166-85e0-8f91efa7f837) This error is a numpy import...

Hi, thanks for the great work. I checked the downloaded checkpoint and find that there is no decoder model checkpoint mentioned in the paper that was used for mapping the...

Hi there, Congratulations on such a brilliant release. I'm VB, leading the advocacy efforts for open source at Hugging Face. I saw that the model checkpoints are released as CDN...

When I click on the link to download configs/eval/vitl16_k400.yaml, I came across the following error: 404 - page not found The main branch of jape does not contain the path...

Hello, first of all, thank you for sharing this kind of model. I have a question regarding the development of this model, particularly about the collapse of the dimension. Do...

Hello everyone, Thanks for the source code ! Is it possible to adapt V-JEPA to 3D imaging (like medical imaging)? I don't know which aproach would work best between converting...

Hello, I would like to know if it is possible to add the knowledge of the actions performed by an agent into the architecture. From my understanding the unmasked part...