Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of : HIC-YOLOv5: Improved YOLOv5 for Small Object Detection #12264

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e7e1cdb
imp of CBAM + Involution at common.py
aash1999 Oct 21, 2023
16fd02c
import CBAm and Involution into yolo.py
aash1999 Oct 21, 2023
7eff0ef
handle GPU err on
aash1999 Oct 21, 2023
b7715ca
Merge pull request #1 from aash1999/cbam-imp
aash1999 Oct 21, 2023
55ea408
added arch. backbone to /models/
aash1999 Oct 21, 2023
02469f2
readme update
aash1999 Oct 21, 2023
a27e8d1
Merge pull request #2 from aash1999/cbam-imp
aash1999 Oct 21, 2023
b1b1ab9
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 21, 2023
2ee59f6
Update general.py
aash1999 Oct 24, 2023
79112df
Update common.py
aash1999 Oct 24, 2023
3d46323
adding hyp and model files as mentioned in paper
aash1999 Oct 24, 2023
f0b2ffc
Merge pull request #4 from aash1999/cbam-imp
aash1999 Oct 24, 2023
1204c74
Delete models/yolo5m-cbam-involution.yaml
aash1999 Oct 24, 2023
947266a
Update general.py
aash1999 Oct 24, 2023
a56bf81
Update yolov5s-cbam-involution.yaml
aash1999 Oct 25, 2023
5208303
Update CITATION.cff
aash1999 Oct 25, 2023
ccf2664
removed trailing spaces in general.py
aash1999 Oct 25, 2023
16ed93a
yapf formatting
aash1999 Oct 25, 2023
11ddc58
yapf formatting
aash1999 Oct 25, 2023
02bf256
Delete CITATION.cff
aash1999 Oct 25, 2023
1f85ade
reverting the files to commit 4d687c8
aash1999 Oct 25, 2023
8738c27
yapf reformat
aash1999 Oct 25, 2023
0fd8fe3
movig files to where they belong
aash1999 Oct 25, 2023
2fc73ca
typo correction
aash1999 Oct 25, 2023
ad78882
Merge branch 'master' into master
aash1999 Oct 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading