rzimmerdev commited on
Commit
b8ee4fc
1 Parent(s): 0c7c25a

Added dataset suggestions for deciding which model to use.

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -6,4 +6,10 @@ Create and deploy to production a simple neural network for Computer Vision
6
  * JAX Library for computing gradients, performing tensor operations and scheming the segmentation model
7
  * Wandb for metrics and training tools
8
  * MLflow for deploying and compiling the model for production
9
- * Gradio for interactive user-experience platform within a online platform (Data-ICMC Website).
 
 
 
 
 
 
 
6
  * JAX Library for computing gradients, performing tensor operations and scheming the segmentation model
7
  * Wandb for metrics and training tools
8
  * MLflow for deploying and compiling the model for production
9
+ * Gradio for interactive user-experience platform within an online platform (Data-ICMC Website).
10
+
11
+
12
+ # Datasets to consider
13
+ * [LabelMe 12 50k](https://www.kaggle.com/datasets/dschettler8845/labelme-12-50k)
14
+ * [City-Scapes](https://www.cityscapes-dataset.com/dataset-overview/)
15
+ * [CamVid](http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/)