├── LICENSE ├── README.md ├── custom_dataset.py └── training_detr_colab.ipynb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lessw2020/training-detr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lessw2020/training-detr/HEAD/README.md -------------------------------------------------------------------------------- /custom_dataset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lessw2020/training-detr/HEAD/custom_dataset.py -------------------------------------------------------------------------------- /training_detr_colab.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lessw2020/training-detr/HEAD/training_detr_colab.ipynb --------------------------------------------------------------------------------