openscene
[CVPR'23] OpenScene: 3D Scene Understanding with Open Vocabularies
파일 탐색기
최종 버전 다운로드 (.zip)- mink.yaml
- ours_lseg.yaml
- ours_lseg_pretrained.yaml
- ours_openseg.yaml
- ours_openseg_pretrained.yaml
- test_160classes.yaml
- test_21classes.yaml
- test_40classes.yaml
- test_80classes.yaml
- mink_parallel.yaml
- ours_lseg.yaml
- ours_openseg.yaml
- ours_openseg_pretrained.yaml
- ours_openseg_pretrained.yaml
- mink.yaml
- ours_lseg.yaml
- ours_lseg_pretrained.yaml
- ours_openseg.yaml
- ours_openseg_pretrained.yaml
- category_mapping.tsv
- scenes_test.txt
- scenes_train.txt
- scenes_val.txt
- download-scannet.py
- scannetv2-labels.combined.tsv
- scannetv2_test.txt
- scannetv2_train.txt
- scannetv2_val.txt
- __init__.py
- augmentation.py
- augmentation_2d.py
- feature_loader.py
- label_constants.py
- point_loader.py
- voxelization_utils.py
- voxelizer.py
- clip_server.py
- gaps
- README.md
- run_demo
- benchmark_screenshot.jpg
- demo.gif
- disnet.py
- mink_unet.py
- resnet_base.py
- distill.py
- distill.sh
- eval.sh
- eval_mink.py
- eval_mink.sh
- evaluate.py
- resume_distill.sh
- train_mink.py
- train_mink.sh
- fusion_util.py
- matterport_openseg.py
- nuscenes_openseg.py
- README.md
- replica_openseg.py
- scannet_openseg.py
- preprocess_2d_matterport.py
- preprocess_2d_nuscenes.py
- preprocess_2d_replica.py
- preprocess_2d_scannet.py
- preprocess_3d_matterport.py
- preprocess_3d_matterport_K_num_classes.py
- preprocess_3d_nuscenes.py
- preprocess_3d_replica.py
- preprocess_3d_scannet.py
- preprocess_util.py
- README.md
- scannet_sensordata.py
- download_dataset.sh
- download_fused_features.sh
- config.py
- metric.py
- util.py
- .gitignore
- .gitmodules
- installation.md
- LICENSE
- README.md
- requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/pengsongyou/openscene
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd openscene
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
