This category is for question related to accounts on https://app.roboflow.com/
Please share the following so we may better assist you:
- Project type (Object detection, Classification, Polygon, etc.)
yolov8 m Object detection - The operating system & browser you are using and their versions
ultralytics==8.0.20 ,paperspace
i did that size because in the document it was showing the same size for 640x640
i don’t know how to fix it i have the model weight but still can’t upload it because it shows that it still processing
!yolo task=detect mode=train model=yolov8m.pt data=/notebooks/smart-schools-using-Ai-and-iot-2/data.yaml epochs=28 imgsz=800 plots=True
i have only 1 credit so i have only one shot and it’s so important because that is my college project
from roboflow import Roboflow
rf = Roboflow(api_key=“xxxxxxxxxxx”)
project = rf.workspace(“work-1ljpn”).project(“smart-schools-using-ai-and-iot-kh5kg”)
project.version(2).deploy(model_type=“yolov8”, model_path=f"/notebooks/runs/detect/train")
project.version(dataset.version).deploy(model_type=“yolov8”, model_path=f"/notebooks/runs/detect/train")