frame_selection.py
exp_comp.py
exp_comp_2.py
exp_comp_3.py
stabilize.py
conda env create -f environment_ARCH.yml
conda env update -f environment_ARCH.yml
conda activate hustl
conda deactivate
Make sure you are in your branch with git checkouth BRANCH
sh github_helper/fast_forward.sh
With custom title and comment:
sh github_helper/pull_request.sh "TITLE" ["COMMENT"]
Without custom title and comment:
sh github_helper/pull_request.sh --no-edit
Please write numpy style docstrings in your code. Refer to utils.extract_sift_features
for example.
- Create or update docs:
make
- Delete docs:
make clean
- Create or update docs:
make.bat
- Delete docs:
make.bat clean