LaViLa
Code release for "Learning Video Representations from Large Language Models"
파일 탐색기
최종 버전 다운로드 (.zip)- 06919917-76bc-4adc-b944-2a722f165513.gif
- 3c0dffd0-e38e-4643-bc48-d513943dc20b_012_014.mp4
- ab865129-78fa-47d4-8a50-ff8c5533246f.gif
- cf7c12db-1a9e-46d3-96d6-38174bbe373c.gif
- lavila_ego4d.gif
- mixkit-chef-preparing-a-sauce-in-a-blender-43034-medium.gif
- mixkit-hands-of-a-baker-kneading-a-dough-42467-medium.gif
- mixkit-pastry-chef-cutting-a-loaf-into-slices-43015-medium.gif
- narrator.gif
- rephraser.gif
- README.md
- INSTALL.md
- MODEL_ZOO.md
- PRETRAIN.md
- datasets.py
- video_transforms.py
- bpe_simple_vocab_16e6.txt.gz
- coca.py
- distributed_utils.py
- gpt2_gated.py
- loss.py
- models.py
- narrator.py
- openai_clip.py
- openai_model.py
- timesformer.py
- tokenizer.py
- utils.py
- distributed.py
- evaluation.py
- evaluation_charades.py
- evaluation_egomcq.py
- evaluation_ek100cls.py
- evaluation_ek100mir.py
- meter.py
- preprocess.py
- random.py
- scheduler.py
- convert_egovlp_ckpt.py
- crop_and_resize_ego4d.sh
- .gitignore
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- demo_narrator.py
- demo_narrator_3rd_person.py
- eval_narrator.py
- eval_zeroshot.py
- LICENSE
- main_finetune_classification.py
- main_finetune_retrieval.py
- main_infer_narrator.py
- main_pretrain.py
- README.md
- requirements.txt
- run_with_submitit_finetune_classification.py
- run_with_submitit_finetune_retrieval.py
- run_with_submitit_infer_narrator.py
- run_with_submitit_pretrain.py
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/facebookresearch/LaViLa
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd LaViLa
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
