ultralytics Profile Banner
Ultralytics Profile
Ultralytics

@ultralytics

Followers
5K
Following
4K
Statuses
3K

Simpler. Smarter. Further.

Frederick, MD
Joined February 2014
Don't wanna be here? Send us removal request.
@ultralytics
Ultralytics
4 months
Ultralytics YOLO11 is here! πŸš€ As unveiled at YOLO Vision 2024, our new models is now live in the Ultralytics Python package! Featuring: βœ… Precise detection & complex tasks βœ… Detection, segmentation, pose & obb πŸ”—Learn more:
Tweet media one
Tweet media two
Tweet media three
Tweet media four
13
17
75
@ultralytics
Ultralytics
8 hours
Using Ultralytics YOLO11 for counting pills! πŸ’Š Whether you’re ensuring quality control in pharmaceutical production or optimizing the sorting and packaging process, using Ultralytics can simplify your workload. Learn more ➑️
0
2
6
@ultralytics
Ultralytics
11 hours
Number plate recognition (ANPR) with Ultralytics YOLO11 & GPT-4o Mini! πŸš€ Check out Abirami Vina's latest blog as we explore how to build an ANPR system using Ultralytics YOLO11 for plate detection and GPT-4o Mini for text recognition. Learn more ➑️ #AI
0
2
9
@ultralytics
Ultralytics
12 hours
πŸš€ Ultralytics v8.3.74 is live! ✨ Highlights: - πŸ”§ Fixed Ray Tune callback issues - πŸ›  Improved deterministic training - πŸ“Έ Added PIL image support #AI #ML #Ultralytics
0
1
7
@ultralytics
Ultralytics
14 hours
Boost your detection accuracy with Ultralytics YOLO11 & SAHI πŸš€ By slicing large images, SAHI enhances YOLO11's ability to detect small, dense objects. Check out the visual comparison below.πŸ‘‡ Learn more➑️ #YOLO11 #SAHI #ObjectDetection #DeepLearning
0
3
15
@ultralytics
Ultralytics
15 hours
Code πŸ‘‡ """" from ultralytics import YOLO # Load a model model = YOLO(") # load an official model # Predict with the model results = model(") # predict on an image """"
0
0
2
@ultralytics
Ultralytics
15 hours
0
0
2
@ultralytics
Ultralytics
15 hours
RT @seeedstudio: πŸš€ One-click local deployment: now you can easily run @Ultralytics #YOLO models on #reComputer Jetson! Check out our Jetso…
0
2
0
@ultralytics
Ultralytics
21 hours
RT @muhammdrizwanmr: Luggage counting at the airport using @ultralytics YOLO11🧳 Fine-tuned YOLO11 model on the suitcase dataset has been u…
0
4
0
@ultralytics
Ultralytics
3 days
A look at Ultralytics YOLO11 in a logistic scenario! πŸ“Š Whether you’re improving safety in warehouses or streamlining transportation processes, Ultralytics has you covered. Learn more ➑️ #AI
0
1
8
@ultralytics
Ultralytics
3 days
Using computer vision for underwater detection! 🌊 Abdelrahman Elgendy's new blog dives into how vision AI can reshape marine monitoring with models like Ultralytics YOLO11 making processes faster, smarter, and more scalable. Learn more ➑️ #AI
0
2
8
@ultralytics
Ultralytics
3 days
Package identification and segmentation with Ultralytics YOLO11! πŸ“¦ @AbiramiVina's latest blog explores how Ultralytics YOLO11 can be custom-trained using the @roboflow Package Segmentation Dataset to improve logistics workflows. Learn more ➑️
0
2
8
@ultralytics
Ultralytics
4 days
πŸš€ Ultralytics `v8.3.73` is here! πŸ‹ Docker images now on GHCR & Docker Hub πŸ€– Updated NVIDIA Jetson support w/ PyTorch 2.2.0 πŸŽ₯ New YouTube tutorial in docs #AI #MachineLearning
0
1
5
@ultralytics
Ultralytics
4 days
Code πŸ‘‡ """" import cv2 from ultralytics import solutions cap = cv2.VideoCapture("Path/to/video/file.mp4") assert cap.isOpened(), "Error reading video file" w, h, fps = (int(cap.get(x)) for x in (cv2.CAP_PROP_FRAME_WIDTH, cv2.CAP_PROP_FRAME_HEIGHT, cv2.CAP_PROP_FPS)) # Video writer video_writer = cv2.VideoWriter("heatmap_output.avi", cv2.VideoWriter_fourcc(*"mp4v"), fps, (w, h)) # In case you want to apply object counting + heatmaps, you can pass region points. # region_points = [(20, 400), (1080, 400)] # Define line points # region_points = [(20, 400), (1080, 400), (1080, 360), (20, 360)] # Define region points # region_points = [(20, 400), (1080, 400), (1080, 360), (20, 360), (20, 400)] # Define polygon points # Init heatmap heatmap = solutions.Heatmap( show=True, # Display the output model=", # Path to the YOLO11 model file colormap=cv2.COLORMAP_PARULA, # Colormap of heatmap # region=region_points, # If you want to do object counting with heatmaps, you can pass region_points # classes=[0, 2], # If you want to generate heatmap for specific classes i.e person and car. # show_in=True, # Display in counts # show_out=True, # Display out counts # line_width=2, # Adjust the line width for bounding boxes and text display ) # Process video while cap.isOpened(): success, im0 = ) if not success: print("Video frame is empty or video processing has been successfully completed.") break im0 = heatmap.generate_heatmap(im0) video_writer.write(im0) cap.release() video_writer.release() cv2.destroyAllWindows() """"
0
0
3
@ultralytics
Ultralytics
4 days
New tutorial | Master dataset quality in computer vision! πŸš€ Learn why dataset quality matters, explore dataset types, and discover the traits of high-quality datasets. Start building robust AI models with better data today! Watch now ➑️ #Datasets #AI
Tweet media one
0
3
12
@ultralytics
Ultralytics
4 days
RT @muhammdrizwanmr: Blur face in digital ads with @ultralytics YOLO11! ❀️‍πŸ”₯ I used the face detection model with object blurring feature!…
0
7
0
@ultralytics
Ultralytics
4 days
Maximize efficiency with computer-vision-driven product counting on factory lines! 🏭 Optimize production, reduce errors, and boost productivity with Ultralytics YOLO11. Learn more ➑️ #AI #Automation #ManufacturingTech #SmartFactory
0
2
10
@ultralytics
Ultralytics
4 days
Computer vision is helping in civil engineering! 🚧 Abdelrahman Elgendy's new blog dives into how Vision AI models like Ultralytics YOLO11 can help on construction sites, from detecting vehicles to ensuring PPE compliance. Learn more ➑️ #AI
0
1
5