Skip to content

Commit 1fe70d1

Browse files
author
Your Name
committed
add convnext task
1 parent 4354068 commit 1fe70d1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
652652
If the program does terminal interaction, make it output a short
653653
notice like this when it starts in an interactive mode:
654654

655-
<program> Copyright (C) <year> <name of author>
655+
YOLOv7 Copyright (C) 2022 Lucas Jin
656656
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
657657
This is free software, and you are welcome to redistribute it
658658
under certain conditions; type `show c' for details.

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Here are some tasks need to be claimed:
9090
- [ ] ViDet: [code](https://github.com/naver-ai/vidt), this provides a realtime detector based on transformer, Swin-Nano mAP: 40, while 20 FPS, it can be integrated into YOLOv7;
9191
- [ ] Integrate into D2 backbone, remove MSAtten deps;
9292
- [ ] Test with YOLOv7 or DETR arch;
93+
- [ ] ConvNext: https://github.com/facebookresearch/ConvNeXt, combined convolution and transformer.
9394

9495

9596

0 commit comments

Comments
 (0)