D4RT
Reimplementation of D4RT
File Explorer
Download Latest Version (.zip)- __init__.cpython-312.pyc
- train.cpython-312.pyc
- __init__.cpython-312.pyc
- datamodule.cpython-312.pyc
- datamodule.cpython-313.pyc
- dataset.cpython-312.pyc
- __init__.py
- datamodule.py
- dataset.py
- __init__.cpython-312.pyc
- d4rt_model.cpython-312.pyc
- decoder.cpython-312.pyc
- encoder.cpython-312.pyc
- query.cpython-312.pyc
- __init__.py
- d4rt_model.py
- decoder.py
- encoder.py
- query.py
- __init__.cpython-312.pyc
- geometry.cpython-312.pyc
- losses.cpython-312.pyc
- misc.cpython-312.pyc
- __init__.py
- geometry.py
- losses.py
- misc.py
- __init__.py
- test.py
- train.py
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- hparams.yaml
- train_d4rt.cpython-313.pyc
- test_d4rt.py
- train_d4rt.py
- .gitignore
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/Xueyangwang-will/D4RT
Downloads the entire project code from GitHub to your computer.
cd D4RT
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install torch torchvision lightning
Installs the package published on PyPI directly β no need to clone the source.
pip install opencv-python numpy
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install torch torchvision lightning
Installs the package published on PyPI directly β no need to clone the source.
pip install opencv-python numpy
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
