CVSL_LReID
No description available.
File Explorer
- 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
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
docker exec
View Details ▼
docker exec
This command is an alias of `docker container exec`.
tldr docker container exec
View documentation for the original command:
pip install
View Details ▼
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
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
query
View Details ▼
query
Display information about user sessions and process.
query session
Display all user sessions:
query session /server:{{hostname}}
Display the current user sessions on a remote computer:
query user
Display logged in users:
