CVSL_LReID
No description available.
파일 탐색기
- codecov.yml
- pylint.yml
- .gitkeep
- __init__.py
- factory.py
- hrnet.yaml
- main_conf.yaml
- INSTALL.md
- metrics.ipynb
- get_orientation.sh
- get_pose.sh
- train.sh
- visualize_ranklist.sh
- base_dataset.py
- get_loader.py
- ltcc.py
- prcc.py
- samplers.py
- vcclothes.py
- __init__.py
- arcface_loss.py
- circle_loss.py
- clothes_based_adversarial_loss.py
- contrastive_loss.py
- cosface_loss.py
- cross_entropy_loss_with_label_smooth.py
- gather.py
- instance_loss.py
- triplet_loss.py
- classifier.py
- fusion_net.py
- r50.py
- shape_embedding.py
- pose_hrnet.py
- __init__.py
- c3d_blocks.py
- inflate.py
- nonlocal_blocks.py
- pooling.py
- __init__.py
- baseline.py
- get_orientation.py
- train.py
- visual_ranklist.py
- evaluate.py
- extract_features.py
- img_transforms.py
- misc.py
- random_erasing.py
- utils.py
- visualize_ranklist.py
- .gitignore
- config.py
- docker-compose.yaml
- Dockerfile
- README.md
- requirements.txt
- test.py
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
docker exec
설명 보기 ▼
docker exec
This command is an alias of `docker container exec`.
tldr docker container exec
View documentation for the original command:
pip install
설명 보기 ▼
pip install
Install Python packages.
pip install {{package1 package2 ...}}
Install one or more packages:
pip install {{package1 package2 ...}} {{[-U|--upgrade]}}
Upgrade all specified packages to the latest version, installing any that are not already present:
pip install {{package}}=={{version}}
Install a specific version of a package:
python
설명 보기 ▼
python
Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.
python
REPL(대화형 셸) 시작:
python {{path/to/file.py}}
특정 Python 파일 실행:
python -i {{path/to/file.py}}
특정 Python 파일 실행 후 REPL 시작:
query
설명 보기 ▼
query
프로세스, 세션 및 원격 데스크톱 세션 호스트 서버에 대한 정보를 표시합니다.
더 많은 정보: <https://learn.microsoft.com/windows-server/administration/windows-commands/query>.
query session
모든 사용자 세션 표시:
query session /server:{{hostname}}
원격 컴퓨터의 현재 사용자 세션 표시:
query user
로그인한 사용자 표시:
