Samuel Stainback
Samuel Stainback
> @sstainba hey I tested [seg_test_v8_loader.zip](https://github.com/ultralytics/ultralytics/files/10549316/seg_test_v8_loader.zip) with the latest package version but never saw the shape error caused by mixed annotations again. Also I noticed you were using `YOLOv8.0.16` and...
ABSOLUTELY AGREE. Even if the formats between the two cannot be standardized, it would be immensely helpful to have a details explanation of what the output format mean and how...
> Output coming ot of YOLOv8 custom trained is something like of shape : outputs.shape : (1, 9, 1029) > > Not sure array of arrays ,no conf score nothing...
> I only have one class and it's array of arrays It's confusing which is what What do you mean "it's an array of arrays" ? You mean the output?...
I just pulled the new image and there were a few exceptions from plot.py at the start of my training session. So I'm guessing they broke it in the last...
@Darkmyter FWIW, I've found the most reliable way to train on Windows is to use the Ultralytics docker image. That way the container is (almost) guaranteed to have all the...
a 1070 is a very old gpu. it probably doesn't have the resources to handle this. sounds like more of a hardware/environment issue than one with ultralytics.
> > a 1070 is a very old gpu. it probably doesn't have the resources to handle this. sounds like more of a hardware/environment issue than one with ultralytics. >...
> > > > a 1070 is a very old gpu. it probably doesn't have the resources to handle this. sounds like more of a hardware/environment issue than one with...
> @sstainba I found out that this problem was here recently [https://github.com/vue-leaflet/vue-leaflet/issues/278](url) > > I also found out that as a temporary fix, it works for me when initializing vue,...