├── LICENSE ├── README.md ├── batch_writer.py ├── classifier.py ├── classifier_loader.py ├── crop.py ├── evaluator.py ├── labels.py ├── localizer.py ├── localizer_loader.py ├── object-recognition.pdf ├── points1.json ├── points2.json └── run.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/README.md -------------------------------------------------------------------------------- /batch_writer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/batch_writer.py -------------------------------------------------------------------------------- /classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/classifier.py -------------------------------------------------------------------------------- /classifier_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/classifier_loader.py -------------------------------------------------------------------------------- /crop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/crop.py -------------------------------------------------------------------------------- /evaluator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/evaluator.py -------------------------------------------------------------------------------- /labels.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/labels.py -------------------------------------------------------------------------------- /localizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/localizer.py -------------------------------------------------------------------------------- /localizer_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/localizer_loader.py -------------------------------------------------------------------------------- /object-recognition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/object-recognition.pdf -------------------------------------------------------------------------------- /points1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/points1.json -------------------------------------------------------------------------------- /points2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/points2.json -------------------------------------------------------------------------------- /run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/anlthms/whale-2015/HEAD/run.sh --------------------------------------------------------------------------------