Troubleshooting
Server will not start
Check |
Action |
|---|---|
Port in use |
|
Wrong Python env |
|
Corrupt / missing DB |
|
UI errors / blank pages
Hard-refresh the browser (static JS may be cached).
Confirm
/static/js/app.jsloads (DevTools network).Check the terminal running
oneopen servefor traceback.
Label Assist fails
Error / symptom |
Fix |
|---|---|
Missing ultralytics |
|
No annotations created |
Add project classes whose names match the model’s class names |
Slow first run |
Ultralytics downloads weights on first use — needs network once |
SAM fails
Error / symptom |
Fix |
|---|---|
Cannot import SAM |
Install |
Checkpoint missing |
Place |
CUDA OOM |
Use ViT-B, smaller image, or CPU |
Training fails
Error / symptom |
Fix |
|---|---|
Missing ultralytics / libreyolo |
Install the matching extra |
CUDA OOM |
Lower |
Empty labels / no detections ever |
Ensure annotations exist and splits include labeled train images |
DataLoader worker exited (Windows) |
App forces |
mAP stuck at 0.000 early |
Often normal for first epochs — wait or check labels |
Job stuck after restart |
Training threads die with the server; start a new job |
Import issues
Prefer YOLO layout with
images/,labels/, anddata.yaml.Zip must contain that structure at the archive root or one top-level folder.
use_source_as_locationonly applies to folder import, not zip.
Export issues
Create a version first when the UI requires one.
COCO export is JSON-only (no image files inside the artifact).
VOC is not implemented — use YOLO or COCO.
Where to get help
GitHub Issues: 1-OpenSource/OneOpen-ML-Studio
Include: OS, Python version,
oneopen version, full traceback, and whether GPU/CUDA is involved