├── ILSVRC.data ├── README.md ├── generate_labels.py ├── predict.py ├── prediction_on_colab_TODO.ipynb └── yolov3-ILSVRC.cfg /ILSVRC.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mingweihe/ImageNet/HEAD/ILSVRC.data -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mingweihe/ImageNet/HEAD/README.md -------------------------------------------------------------------------------- /generate_labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mingweihe/ImageNet/HEAD/generate_labels.py -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mingweihe/ImageNet/HEAD/predict.py -------------------------------------------------------------------------------- /prediction_on_colab_TODO.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mingweihe/ImageNet/HEAD/prediction_on_colab_TODO.ipynb -------------------------------------------------------------------------------- /yolov3-ILSVRC.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mingweihe/ImageNet/HEAD/yolov3-ILSVRC.cfg --------------------------------------------------------------------------------