bruhbot-dev
bruhbot-dev
> You should be omitting the part you included in `path` > > ``` > path: OIT_model/customOIT > train: customdatasetyolo/train > val: customdatasetyolo/val > nc: 1 > names: ['5'] >...
``` Traceback (most recent call last): File "C:\GitHub\fix\Anomaly_detection_combine\.venv\Lib\site-packages\ultralytics\engine\trainer.py", line 557, in get_dataset data = check_det_dataset(self.args.data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\GitHub\fix\Anomaly_detection_combine\.venv\Lib\site-packages\ultralytics\data\utils.py", line 329, in check_det_dataset raise FileNotFoundError(m) FileNotFoundError: Dataset 'OIT_model/customOIT/customdatasetyolo/data.yaml' images not found...
tried both of those, same error for each
That seems to have solved the issue! Thank you for your help. I am trying to make a dockerisable webapp that allows me to send the docker app to other...
Thank you very much for your assistance, I've been trying to solve this problem since last week!