sam3d-body-rerun
No description available.
File Explorer
- Amir-Khan-Lamont-Peterson_2689582.jpg
- BNAAHPYGMYSE26U6C6T7VA6544.jpg
- Canelo-Alvarez-b4d59f2080464e4d996177f5ce9792ee.jpg
- Planche.jpg
- yoga-example.jpg
- mv-video-demo.gif
- sam3d-body-demo.gif
- demo.py
- demo_chunk_video.py
- demo_mv_body.py
- demo_mv_image.py
- demo_mv_video.py
- demo_stream.py
- demo_video.py
- visualization.py
- __init__.py
- bbox_utils.py
- common.py
- io.py
- prepare_batch.py
- __init__.py
- sam3_ui.py
- sam3d_body_ui.py
- __init__.py
- mhr70.py
- __init__.py
- dinov3.py
- vit.py
- __init__.py
- keypoint_prompt_sampler.py
- prompt_encoder.py
- promptable_decoder.py
- __init__.py
- camera_head.py
- mhr_head.py
- __init__.py
- base_lightning_module.py
- base_model.py
- sam3d_body.py
- __init__.py
- camera_embed.py
- drop_path.py
- geometry_utils.py
- layer_scale.py
- mhr_utils.py
- misc.py
- swiglu_ffn.py
- transformer.py
- __init__.py
- fp16_utils.py
- __init__.py
- __init__.py
- losses.py
- optimizer.py
- validation.py
- __init__.py
- bbox_utils.py
- common.py
- __init__.py
- checkpoint.py
- config.py
- dist.py
- logging.py
- __init__.py
- build_models.py
- sam_3d_body_estimator.py
- demo.py
- demo_chunk_video.py
- demo_mv_body.py
- demo_mv_image.py
- demo_mv_video.py
- demo_stream.py
- demo_video.py
- gradio_sam3.py
- gradio_sam3d_body.py
- new_gradio_sam3.py
- .gitignore
- LICENSE-APACHE
- LICENSE-MIT
- pixi.lock
- pyproject.toml
- README.md
# 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.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
huggingface-cli
View Details ▼
huggingface-cli
This command is an alias of `hf`.
tldr hf
View documentation for the original command:
pixi task
View Details ▼
pixi task
Manage tasks in the project environment.
pixi task add {{task_name}} {{task_command}}
Create a new task:
pixi task list
List all tasks in the project:
pixi task remove {{task_name}}
Remove a task:
pixi
View Details ▼
pixi
Developer Workflow and Environment Management for projects.
pixi init {{path/to/project}}
Initialize a new project:
pixi add {{dependency1 dependency2 ...}}
Add project dependencies:
pixi shell
Start a pixi shell in the project environment:
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:
