Detect small Object

I’m new to the Jetson Nano system and would like some guidance on training a model to detect small objects in 1080p images, specifically objects around 100x100 pixels in size. I’ve experimented with Jetson Inference training, but the resulting model only recognizes objects that are close to the camera. I also tested the detectnet.py script with the FaceDetect network, which seems to be more suitable for my needs, but I’m unsure how to train it for this specific task. Could you provide some advice?

Hi,

Please find the below link for retraining a model for detectnet:

Thanks.

Thank you, but I’ve already tried it, I would like to use Resnet18 for the re-training not mobilenet, there is any method where I can switch model on this training?

Hi

Resent-18 is a classifier rather than a detector.
Do you want to train a classifier instead?

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.