Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xldenis/proj3

COMP 598 Project 3 - Image Classification
https://github.com/xldenis/proj3

Last synced: about 19 hours ago
JSON representation

COMP 598 Project 3 - Image Classification

Awesome Lists containing this project

README

        

All classifier and supporting code is located in the code directory

The classifiers required data to be stored in the data directory, with
images stored inside subfolders. Label and id data is expected in the
data directory. The resulting structure is looks like this:

````
data
|-- train_outputs.csv
|-- train_images
| +-- image files
+-- test_images
+-- image files
````