gitextract_5ybgmjqh/ ├── .gitignore ├── README.md ├── data/ │ └── estimated_3DBB.pkl ├── lib/ │ ├── __init__.py │ ├── boxcars_data_generator.py │ ├── boxcars_dataset.py │ ├── boxcars_image_transformations.py │ └── utils.py ├── models/ │ ├── .gitignore │ └── README.md ├── requirements.txt └── scripts/ ├── _init_paths.py ├── config.py ├── download_models.py └── train_eval.py