Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
r3tex
/
ObjectDetector.jl
Public
Notifications
You must be signed in to change notification settings
Fork
14
Star
93
Code
Issues
4
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Add Scaled-YOLOv4 family and yolov7x pretrained models
- #137
#137
Merged
IanButterworth
merged 17 commits into
master
r3tex/ObjectDetector.jl:master
from
add-scaled-yolo-models
r3tex/ObjectDetector.jl:add-scaled-yolo-models
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
17
(17)
Checks
Files changed
Merged
Add Scaled-YOLOv4 family and yolov7x pretrained models
#137
IanButterworth
merged 17 commits into
master
r3tex/ObjectDetector.jl:master
from
add-scaled-yolo-models
r3tex/ObjectDetector.jl:add-scaled-yolo-models
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2026
Fuse post-processing broadcasts in place
Show description for 246895d
IanButterworth
and
claude
committed
246895d
View commit details
Copy full SHA for 246895d
Browse repository at this point
Restructure NMS: single global sort, allocation-free IoU indexing
Show description for c030e0d
IanButterworth
and
claude
committed
c030e0d
View commit details
Copy full SHA for c030e0d
Browse repository at this point
Flatten output blocks to attribute-major with a single allocation
Show description for 53d39a5
IanButterworth
and
claude
committed
53d39a5
View commit details
Copy full SHA for 53d39a5
Browse repository at this point
Gather kept detections without materializing the concatenation
Show description for 2cb2e26
IanButterworth
and
claude
committed
2cb2e26
View commit details
Copy full SHA for 2cb2e26
Browse repository at this point
Add changelog entry for post-processing performance work
Show description for d1ed2b6
IanButterworth
and
claude
committed
d1ed2b6
View commit details
Copy full SHA for d1ed2b6
Browse repository at this point
Fold batchnorm into conv weights at load time
Show description for efec1f3
IanButterworth
and
claude
committed
efec1f3
View commit details
Copy full SHA for efec1f3
Browse repository at this point
Document CPU BLAS backend and batching guidance
Show description for e1ad603
IanButterworth
and
claude
committed
e1ad603
View commit details
Copy full SHA for e1ad603
Browse repository at this point
Fix dummy-weight loading (weightfile=nothing)
Show description for 2fc8df8
IanButterworth
and
claude
committed
2fc8df8
View commit details
Copy full SHA for 2fc8df8
Browse repository at this point
Harden cfg parser against comments and blank lines
Show description for 09305cb
IanButterworth
and
claude
committed
09305cb
View commit details
Copy full SHA for 09305cb
Browse repository at this point
Add Scaled-YOLOv4 family and yolov7x pretrained models
Show description for e16e496
IanButterworth
and
claude
committed
e16e496
View commit details
Copy full SHA for e16e496
Browse repository at this point
Add test references for the new models
Show description for 2111d7a
IanButterworth
and
claude
committed
2111d7a
View commit details
Copy full SHA for 2111d7a
Browse repository at this point
Document the new Scaled-YOLOv4 and yolov7x models
Show description for 6e41968
IanButterworth
and
claude
committed
6e41968
View commit details
Copy full SHA for 6e41968
Browse repository at this point
Commits on Aug 7, 2026
Merge branch 'master' into add-scaled-yolo-models
IanButterworth
authored
a9cc03a
View commit details
Copy full SHA for a9cc03a
Browse repository at this point
Test large models at reduced sizes on CI
Show description for 3f8c6e0
IanButterworth
and
claude
committed
3f8c6e0
View commit details
Copy full SHA for 3f8c6e0
Browse repository at this point
Aggressively release memory between model tests
Show description for d37d199
IanButterworth
and
claude
committed
d37d199
View commit details
Copy full SHA for d37d199
Browse repository at this point
rm direct dep on functors
IanButterworth
committed
e0ec270
View commit details
Copy full SHA for e0ec270
Browse repository at this point
Normalize new model cfgs to batch=1, subdivisions=1
Show description for 6c519f0
IanButterworth
and
claude
committed
6c519f0
View commit details
Copy full SHA for 6c519f0
Browse repository at this point
You can’t perform that action at this time.