Open aneisch opened 7 months ago
All the models were trained on a Windows system. The newer ones are trained using Ultralytics modules and for some reason they are serializing various data paths. This was intended to match up to running on a Windows machine but you are using a Docker image which is causing the problem. I'm still searching for a workaround for you. Are you able to use the ONNX models for YOLOv5 NET instead?
I updated the delivery.pt model from this repo (previous version was from Google drive) and am getting an error now. Could this be related to any changes in subsequent trainings? These logs are from CodeProject.AI server running in Docker on Linux:
When reverting back to an older model the detection runs as expected.