Skip to content

PC Requirement for yoloV8. #11802

Discussion options

You must be logged in to vote

Hello! Based on your requirements, your specified PC configuration with a Core i7 12th Gen CPU, 32 GB RAM, RTX A2000 12GB GPU should be quite capable of handling detection tasks on 4 streams simultaneously with YOLOv8. Both the YOLOv8l model for vehicle detection and your custom model for registration number detection should run efficiently given the GPU and overall system specs.

Just ensure that your system environment is properly optimized for running parallel streams, and consider using batch processing in your detection script to enhance performance. Here’s a small code snippet for setting up batch inference if you’re using the Python API:

from ultralytics import YOLO

# Load the models

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Fahad-Siddiqui-ML
Comment options

@glenn-jocher
Comment options

@seifeldin33
Comment options

@glenn-jocher
Comment options

Answer selected by Fahad-Siddiqui-ML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants