Rock Zombie

Results 6 comments of Rock Zombie

> `python train.py --data data/coco128.yaml --epochs 1 --imgsz 76` How do I lower the `--conf-thresh`?

I tried training with 1000 epochs, set the image size to 96, and lowered the `--conf-thresh` still nothing! Do I train with a pretrained weight? What do I do?

Did you mess around with any of the COSMOS configuration or settings?

(VMware without the debugging thing simulates real hardware)

Here is the code btw: ``` using System; using System.Collections.Generic; using System.Text; using System.IO; using Sys = Cosmos.System; namespace CosmosKernel5 { public class Kernel : Sys.Kernel { protected override void...