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

Enable annotation output for None registry #414

Open jannesgg opened 2 weeks ago

victor-wildlife commented 2 weeks ago

I had issues with the monkey patch of the cv2.VideoWriter class when running the template project. image

It seems like there are no args (args just printed "[]").

I commented the CustomVideoWriter out (so just using the standard cv2.VideoWriter) and got me this far image

I had the same issue locally and in Colab. Unfortunately, couldn't run it on Cloudina (is it down?)

jannesgg commented 2 weeks ago

@victor-wildlife I have now removed the run argument from the generate_csv_report function, so hopefully that will run for you now. I will look into the monkey patch issue as I am not able to reproduce this.

Cloudina is unfortunately down at the moment as NAISS is doing some June maintenance that we were not aware of. We hope to have it back up asap.

jannesgg commented 2 weeks ago

@victor-wildlife Cloudina should be up again now for testing.

victor-wildlife commented 1 week ago

Using the template project and Spyfish after running the model selection ... image I get an error trying to connect to mlflow image

jannesgg commented 1 week ago

Using the template project and Spyfish after running the model selection ... image I get an error trying to connect to mlflow image

Yeah, unfortunately it seems that vendor is down and I am not sure if it will be up before next week. At the moment we should be able to get around this with mlp.registry == "wandb" .