Skip to content

Commit 7d630f7

Browse files
author
pfeatherstone
committed
updated README
1 parent 66e3415 commit 7d630f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you like tiny code, Pytorch and Yolo, then you'll like TinyYolo.
3333
- [x] Yolov10(n,s,m,b,l,x)
3434
- [x] Yolo11(n,s,m,l,x)
3535
- [x] Yolo12(n,s,m,l,x)
36-
- [ ] Yolo26(n,s,m,l,x)
36+
- [x] Yolo26(n,s,m,l,x)
3737

3838
## Assigners ##
3939
- [x] [FCOS](https://arxiv.org/pdf/1904.01355)
@@ -53,6 +53,7 @@ net = Yolov3(nc, spp=True).eval()
5353
# net = Yolov10('n', nc).eval()
5454
# net = Yolov11('n', nc).eval()
5555
# net = Yolov12('n', nc).eval()
56+
# net = Yolov26('n', nc).eval()
5657
5758
# Inference only
5859
B = ... # Batch size

0 commit comments

Comments
 (0)