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
5 stars 12 forks source link

Migration issues - Cloudina #287

Closed jannesgg closed 9 months ago

jannesgg commented 1 year ago
victor-wildlife commented 11 months ago

@jannesgg if the yolov5 submodule is still tricky maybe the way fiftyone has integrated YOLOv8 might give you an idea on how easy it might be to just move to the yolov8

jannesgg commented 11 months ago

@victor-wildlife Thanks for the suggestion, I'm not sure that is the correct link as it points to Wildlife.aI? I will be changing to yolov8 with the migration so we can avoid the submodules altogether. :)

victor-wildlife commented 11 months ago

@jannesgg yes, this should eb the right link https://docs.voxel51.com/integrations/ultralytics.html

victor-wildlife commented 11 months ago

@jannesgg FYI- I have added a couple of commits to the fix-migration-issues branch

victor-wildlife commented 11 months ago

@jannesgg I added the colab-specific requirements file and the code in the first cell of the tutorials to install the requirements. You will need to approve pull request #306 and get the latest changes to the fix-cloudina branch. Let me know if you have any questions

jannesgg commented 9 months ago

Merged.