ocean-data-factory-sweden / kso

Notebooks to upload/download marine footage, connect to a citizen science project, train machine learning models and publish marine biological observations.
GNU General Public License v3.0
4 stars 12 forks source link

Tut#3 template project doesn't create clips #392

Closed jannesgg closed 3 months ago

jannesgg commented 3 months ago

When trying to create clip examples we get "SelectMultiple' object has no attribute 'selected'" error

Image

jannesgg commented 3 months ago

@victor-wildlife This is probably my fault. I changed this from "value" to "selected" because it was returning NoneType when using the value attribute for this widget when an option is selected. Maybe this is different when the widget is MultiSelect? Any idea?

jannesgg commented 3 months ago

Now fixed.