Eli-S commited on
Commit
22bd5e9
·
verified ·
1 Parent(s): 93a41e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -22,6 +22,9 @@ The data consists of RGB images, sparse spectral samples and instance segmentati
22
 
23
  From the 100 images, we extract >430,000 spectral samples, of which >85,000 belong to one of the 19 classes in the dataset. The rest of the spectra can be used for negative sampling when training classifiers.
24
 
 
 
 
25
  ### Classes
26
 
27
  The dataset contains 19 classes:
@@ -106,6 +109,7 @@ for lo_data_item in training_data:
106
  )
107
 
108
  plot_labelled_spectra(object_spectra_dict, class_numbers_to_labels, ax)
109
- plt.show()
110
-
111
- ```
 
 
22
 
23
  From the 100 images, we extract >430,000 spectral samples, of which >85,000 belong to one of the 19 classes in the dataset. The rest of the spectra can be used for negative sampling when training classifiers.
24
 
25
+ Additionally, we provide a set of demo-videos in `.lo` format which are unannotated but which can be used to qualititively test algorithms built on this dataset.
26
+
27
+
28
  ### Classes
29
 
30
  The dataset contains 19 classes:
 
109
  )
110
 
111
  plot_labelled_spectra(object_spectra_dict, class_numbers_to_labels, ax)
112
+ plt.show()
113
+ ```
114
+
115
+ See [here TODO](https://github.com/livingoptics/python-examples) for an example of how to run a spatial-spectral segmentation algoirthm using this dataset.