Arun Gade
Arun Gade
Hi did you get any results, I am trying to do the same. please help me, I have been stuck to generate videos Hi, did you get any results? I've...
the same issue, could help us fix it?
> Still not working for me after installing `pip install scikit-learn` Had similar issue, try restarting the kernel, it worked for me
Hi @glenn-jocher , I tried to follow your suggestion. I have copied the `open-images-v7.yaml` file to another directory from the ultralytics package(as i don't want mess the package)and edited the...
I did restart the kernel multiple times. The directory doesn't change. I tried updating `cache=False` still doesn't update to the new directory.
I couldn't find `~/.cache/ultralytics` but i found `~/.cache/fiftyone` and deleted, so i couldn't find the cache file yet. I tried ``` from ultralytics import YOLO, Datasets Datasets.path = '/your/new/path' ```...