├── LICENSE ├── README.md ├── eval.py └── figures ├── annotation_formats.png ├── dataset_statistics.png └── image_grid.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oshadajay/CeyMo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oshadajay/CeyMo/HEAD/README.md -------------------------------------------------------------------------------- /eval.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oshadajay/CeyMo/HEAD/eval.py -------------------------------------------------------------------------------- /figures/annotation_formats.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oshadajay/CeyMo/HEAD/figures/annotation_formats.png -------------------------------------------------------------------------------- /figures/dataset_statistics.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oshadajay/CeyMo/HEAD/figures/dataset_statistics.png -------------------------------------------------------------------------------- /figures/image_grid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oshadajay/CeyMo/HEAD/figures/image_grid.png --------------------------------------------------------------------------------