MonoProb
No description available.
File Explorer
- __init__.py
- kitti_dataset.py
- mono_dataset.py
- monoprob_diagram.png
- __init__.py
- decoder.py
- pose_cnn.py
- pose_decoder.py
- resnet_encoder.py
- download_checkpoints.sh
- eval_M.sh
- eval_MS.sh
- eval_S.sh
- prepare_kitti_data.sh
- eigen_to_benchmark_ids.npy
- test_files.txt
- train_files.txt
- val_files.txt
- test_files.txt
- test_files.txt
- test_files_short.txt
- train_files.txt
- val_files.txt
- train_files.txt
- val_files.txt
- test_files.txt
- tiny_files.txt
- test_files_09.txt
- test_files_10.txt
- train_files.txt
- val_files.txt
- train_files.txt
- val_files.txt
- short_files.txt
- test_files.txt
- kitti_archives_short.txt
- kitti_archives_to_download.txt
- evaluate_depth.py
- evaluate_pose.py
- export_gt_depth.py
- kitti_utils.py
- layers.py
- options.py
- README.md
- requirements.txt
- self_utils.py
- train.py
- trainer.py
- trainer_self.py
- uncertainty_metrics.py
- uncertainty_utils.py
- utils.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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
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:
// repository documentation
Was this content helpful?
(0 ratings)
