jakaskerl
i have tried both the person detection retail 0002 and person detection retail 0013 as well
even tho they give good results when people are close to the camera
but when dealing with far away detections of people it struggles
Do u think i should custom train any of these models
i have custom trained only yolo v7 and v8 models
any suggestions on which jetson models would be good enough for the heavier models?
thinking of Jetson Orin Nano 8GB Module
the custom trained v8 model (with people class only gives) doesnt give any detections
I have attached the files here this is trained with around 5000 images using the yolov8 custom training notebook.
the quick fix that was suggested for the masks and anchor masks was solved for the 80 classes weights
that is
anchors: [10.0, 13.0, 16.0, 30.0, 33.0, 23.0, 30.0, 61.0, 62.0, 45.0, 59.0, 119.0, 116.0, 90.0, 156.0, 198.0, 373.0,326.0],
anchor_masks: {"side52": [0, 1, 2], "side26": [3, 4, 5], "side13": [6, 7, 8]},
but the above values dont work when i used it on the custom model
only the video shows up no detections and the value for the detections is also empty