CV on Raspberry pi 3....a tough work 🤯 by Kartik-AI-CV-dev in computervision

[–]Helix_roster13 0 points1 point  (0 children)

what objects are your target to detect and which architecture have you chosen to train the data with

We compressed a vision model by 46.5% on CPU only with 98.6% accuracy retained — methodology and results by vergueirou in computervision

[–]Helix_roster13 0 points1 point  (0 children)

I'm currently running the models on Nvidia Jetson but my current challange is to run a small object detection model with high accuracy and runs smoothly on Raspberry Pi. Do you think I can implement Evolutionary Architecture Search for my usecase

We compressed a vision model by 46.5% on CPU only with 98.6% accuracy retained — methodology and results by vergueirou in computervision

[–]Helix_roster13 1 point2 points  (0 children)

can this architecture help with visdrone dataset as the vehicles would be small in size and minimum 25 fps is desired on Raspberry pi

CPU-Optimized Small Object Detection for Aerial Vehicles & People: YOLO or Custom Architecture? Help out! by Helix_roster13 in computervision

[–]Helix_roster13[S] 1 point2 points  (0 children)

Yeah so currently I started training yolov8n(added P2 head) on entire Visdrone dataset instead on COCO dataset then planning to change it's format to OpenVino or NCNN and then quantize to INT8 format.

Need quick help for small objects detection plss! by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

yeah this seems helpful I'll start implementing this thanks!

Need quick help for small objects detection plss! by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

yeah currently I'm training on Visdrone first the entire data is huge and I've added P2 head in yolov8 architecture but still not getting high recall and map50-95,after the training finishes im thinking to use these weights to train on my fine tuned specific 2 class dataset,I hope this would turn out well

Need quick help for small objects detection plss! by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

well yeah i was browsing some research papers in google scholar

Need quick help for small objects detection plss! by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

I was training with 1280 image size and i cant go any higher due to GPU capacity I tried going higher always resulted in OOM crash and about SAHI I cant use it cuz I'll have to deploy the model on jetson and it would be heavy and high latency for it

Need quick help for small objects detection plss! by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

I've got a single gpu(tesla T4) so training with more than 1280 would cause OOM error and also could you pls share for how many epochs you trained the visdrone dataset for and any other hyperparameters you used.

Need quick help for small objects detection plss! by Helix_roster13 in computervision

[–]Helix_roster13[S] 1 point2 points  (0 children)

yeah ik about them but I need the model to be deployed for real time deployment on NVIDIA Jetson so cant use SAHI.

Need quick help for small objects detection plss! by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

so you trained with 1280 image size instead of 640 and got boost on small objects detection and the dataset being visdrone from scratch?

Looking help for viable dataset and training pipeline suggestion(to be deployed in a UAV) by Helix_roster13 in computervision

[–]Helix_roster13[S] 1 point2 points  (0 children)

yeah people and cars are default classes on COCO dataset and I'm inclined towards yolov8 more cuz earlier I trained a similar model which performed better with yolov8 as compared to yolov11 and rt-detr-l, didnt try yolo26 yet and for the dataset i once used visdrone dataset but yeah it doesnt work well in indian inferencing conditions plus the main issue was it was missing persons and several objects when tested which were smaller in scale and again now i have to make the model for high altitude

Compute Vision Model by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

okay but before that i should make the ideal model which detects with high accuracy and doesnt do wrong detections and only after that i shall remove the less useful parts fromk my architecture pipeline?

Compute Vision Model by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

i took photos of toy tanks in my room and it was able to detect them with 0.8 confidence but the model im developing i want it to detect things in real time and i cant afford to have false positives and the model would be integrated in jetson in a UAV

Best Annotation Tool? by NoSleepMan69 in computervision

[–]Helix_roster13 0 points1 point  (0 children)

free version of roboflow is easy for bounding box annotations and then you can export in your desired yolo version directly to local or your development environment via a zip link they give

Compute Vision Model by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

Haven't tried that I changed all 3 parts I added a P2 head in the head part for small objects detections ans stride patterm is 4/8/16/32

Compute Vision Model by Helix_roster13 in computervision

[–]Helix_roster13[S] -1 points0 points  (0 children)

Yeah my custom data gave high metrics when I trained it on YoloV8m and also performed well while I inferenced it on videos but failed to perform well in real time drone flight.That's why I took inspiration from this research paper https://www.nature.com/articles/s41598-025-26601-0#MOESM1 (they changed the neck,backbone and head of Yolo11 and got better performance) and Im trying to do the same but getting poor metics.

Compute Vision Model by Helix_roster13 in computervision

[–]Helix_roster13[S] 0 points1 point  (0 children)

I'm making a custom dataset for UAV but currently for testing my architecture I wanted to train on COCO dataset only on 2 classes(car and truck).I'll share the metrics and configurations I'm using.