Training and validation of Visual Odometry models.
Implementation is based on with a few changes.
Create a new project at https://app.wandb.ai/
WANDB_NAME='testing' CUDA_VISIBLE_DEVICES=2 python3 train.py config_kitti.yaml
Here:
WANDB_NAME- Experiment nameCUDA_VISIBLE_DEVICES- ID of a GPU used for training (starting with 0) To see which GPUs are free:nvidia-smiconfig_kitti.yaml- Parameters of the experiment and path to the dataset.