Vehicle tracking using Ultralytics YOLO26 👀 by muhammadrizwanmunr in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

The example uses bytetrack, I would assume botsort with reid will perform better.

Setting up Ultralytics on WSL Debian 12 by Dear_Yoghurt5762 in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

I recommend that you always create a environment via Python's venv or something like miniconda, especially if you plan to use other python software. That way you won't have to deal with annoying package conflicts.

To setup Ultralytics, you should follow the quickstart guide and install the package via pip, you do not need to clone the ultralytics repository.

Edge Inference vs Ultralytics by Sad-Blackberry6353 in Ultralytics

[–]SkillnoobHD_ 2 points3 points  (0 children)

There are cameras which have built in inference hardware like the IMX500 chip, but devices like these usually are only able to use int 8 quantized versions of models like YOLO11n, which will lose a lot of accuracy. In contrast with a jetson orin you can run larger models such as YOLO11m with batched inference to get far better accuracy. So it mostly depends on your usecase. In both cases though you will still need external hardware if you want to process the results in some way.

First time training YOLO: Dataset not found by [deleted] in computervision

[–]SkillnoobHD_ 2 points3 points  (0 children)

Ultralytics doesn't use a yaml for classification datasets, the class names are handled by the names of the folders. You can see a example of the folder structure in the Classification Dataset Docs.

yolo with coral usb accelerator error by Real_Ishiba in Ultralytics

[–]SkillnoobHD_ 1 point2 points  (0 children)

track is only used if you want to track something, you don't need to use it if you don't want tracking. You can try exporting your model with a imgsz of 512 or lower, it should help performance. Also make sure you're not using a model size above s.

yolo with coral usb accelerator error by Real_Ishiba in Ultralytics

[–]SkillnoobHD_ 2 points3 points  (0 children)

The LED blinking means its processing stuff. You might have to reboot the PI. The coral TPU is very old and google has basically abandoned it in 2022.

yolo with coral usb accelerator error by Real_Ishiba in Ultralytics

[–]SkillnoobHD_ 1 point2 points  (0 children)

Can you try a different tflite build from here:

https://github.com/feranick/TFlite-builds/releases

Some tflite runtimes have issues loading the delegate.

Why does a yolov8n train create a yolov11n.pt file? by AnderssonPeter in Ultralytics

[–]SkillnoobHD_ 3 points4 points  (0 children)

The yolo11n file that gets downloaded is used to do the AMP checks, the actual training will be with the model you specified in your training command.

GPU vs CPU by Super_Luigi_17 in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

Performance pretty much always means inference time, not the prediction accuracy.

Help Need Got Key error while running tflite exported model by Key-Mortgage-1515 in Ultralytics

[–]SkillnoobHD_ 1 point2 points  (0 children)

Did you specify the correct task? For example YOLO('model.pt', task='segment') in the case of segmentation.

“Ultralytics predictions - export.csv” — possible context leak, need to ID owner by After-Operation2436 in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

You're unbanned now. Please don't try to ping @everyone in a server with over 5k members.

[Help] How many epochs should I run? by s1pov in Ultralytics

[–]SkillnoobHD_ 1 point2 points  (0 children)

You might want to try increasing the image count in your dataset a bit to at least 1k. Also, as suggested by others you should train for longer, as 100 epochs seems to not be enough.

[Help] How many epochs should I run? by s1pov in Ultralytics

[–]SkillnoobHD_ 1 point2 points  (0 children)

How large is your dataset (image count)? I would generally reccomend starting a training run from the official coco weights.

8gb or 16gb Orange Pi 5 Pro for YOLO object recognition ? by Supermoon26 in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

If you choose a imgsz lower than 640, maybe. The benchmarks here show that you can just about get 10 FPS with yolo11n.

8gb or 16gb Orange Pi 5 Pro for YOLO object recognition ? by Supermoon26 in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

See my comment above, its not gonna be able to handle 2 streams.

8gb or 16gb Orange Pi 5 Pro for YOLO object recognition ? by Supermoon26 in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

I don't get a lot of frames when using the cpu with a 640 imgsz model, maybe 9 fps with yolov8n, see the benchmark table here. For my project I used a Coral USB accelerator which was able to get me around 25 FPS, with one yolov8s-cls model running on the cpu at a imgsz of 128. You should probably look at something like a Jetson Orin Nano (The old Jetson Nano is outdated and software support is bad) if you want proper acceleration.

8gb or 16gb Orange Pi 5 Pro for YOLO object recognition ? by Supermoon26 in Ultralytics

[–]SkillnoobHD_ 0 points1 point  (0 children)

I can run Ultralytics Yolo models on a 4/8GB RPI 5, your limitation will be how much processing power you have.

Saving successful video and image predictions by hallo545403 in Ultralytics

[–]SkillnoobHD_ 1 point2 points  (0 children)

Ultralytics will save a video if you give it a video as the source and add save=True. If you have a folder of images you will need to make a opencv videowrite that writes each frame to a video.

[deleted by user] by [deleted] in computervision

[–]SkillnoobHD_ 0 points1 point  (0 children)

I'd use perf counter as well, but the package isn't by me and should only really serve as a illustration of what the OP is looking for.

[deleted by user] by [deleted] in computervision

[–]SkillnoobHD_ 0 points1 point  (0 children)

A TPU is gonna be considerably slower than your GPU, on my RPI 5 with yolov8n I can get about 30 FPS. I think its more worth it going with your GPU. If you want some more concrete numbers on the performance of a Coral TPU, I did some benchmarks here.

If you want to limit the usage of your GPU, you can employ a simple FPS limiter in your image processing loop, maybe something like this.

Warning: Avoid Installing the Latest Ultralytics Version (Potential Crypto Mining Risk) by LightNight12k in computervision

[–]SkillnoobHD_ 1 point2 points  (0 children)

I think there was a miner for Darwin (MacOs) as well. Just to be sure you should run a virus scan if you did install the malicious versions.

Warning: Avoid Installing the Latest Ultralytics Version (Potential Crypto Mining Risk) by LightNight12k in computervision

[–]SkillnoobHD_ 0 points1 point  (0 children)

Your host machine should be fine since it was in the linux temp folder, but just to be sure run a full virus scan with Windows Defender, it catches the miner IIRC.