Lesley Natrop
Lesley Natrop
I trained a model using this dataset I made: https://app.roboflow.com/lesley-natrop-zgywz/traffic-detection-road-addon-uaogd/5 I used the YoloV8X.pt base model for the training. The training was 150 epochs. Everything else was default settings for...
Indeed. It is in the colab notebook. What I found out is that it works when pasting the full path of the model file instead of `{HOME}/runs/detect/train/weights/best.pt`
Nevermind this is not the case. It's only when using `task=segment`
 Then why is it listed under the segmentation tab? But besides that, the yolov8n and yolov8m model don't work either.
Okay I hovered over it before sending the last message and it showed the model links without `-seg`. Thanks for changing :)
Yes it is working! I can send you screenshots or whatever you need if you want. Would it be easier to discuss this via Discord or would you like to...
Just let me know what information you need :)
I have some experience in python, but I have no idea what steps I should take when trying this out. Could you explain what I should do?
`Traceback (most recent call last): File "allVehicles.py", line 32, in main() File "allVehicles.py", line 13, in main parser.add_argument('-b', '--brand', help='Brand if other (e.g. seat)', required=False, type=weconnect.WeConnect.Brand, AttributeError: type object 'WeConnect'...
I'm on 3.8.8