Commit History

πŸ”₯ [Remove] main function in yolo.py
60bfaff

henry000 commited on

πŸ”§ [Update] the config, remove conv, using Pool
b67aac7

henry000 commited on

✏️ [Fix] Type hint, tuple->Tuple
930952c

henry000 commited on

πŸ› [Fix] a bug in SPPELAN module
31c2c1a

henry000 commited on

πŸ”€ [Merge] branch 'main' into MODEL
d8f15ea

henry000 commited on

πŸ”€ [Merge] branch 'SETUP'
74f248e

henry000 commited on

βž• [Add] einops for loss, diskcache for dataloader
7d2baa2

henry000 commited on

πŸ’š [Fix] the amp autocast, make cpu available
dc55a8e

henry000 commited on

πŸ› [Fix] device bug, make test can run on cpu
710e371

henry000 commited on

πŸ”¨ [Add] Some Basic Module into models
4f5ca28

henry000 commited on

πŸ”¨ [Add] helper function - auto padding & act func
6e3c0d5

henry000 commited on

πŸ”₯ [Remove] train.py which outside of ./yolo
de05146

henry000 commited on

πŸ”₯ [Remove] utils and config again, move to yolo/
7854350

henry000 commited on

🎨 [Add] Visualization of YOLO model
e94b3ff

henry000 commited on

βœ… [Pass] pytest of new structure
80efe00

henry000 commited on

πŸ› [Fix] the batch size of loss function
38f4931

henry000 commited on

🚚 [Move] loss function to yolo/utils
cbbfcfe

henry000 commited on

πŸ”€ [Merge] branch 'DATASET' into TRAIN
4b68a08

henry000 commited on

πŸ”₯ [Remove] train code in root folder
b63bdff

henry000 commited on

πŸ”€ [Merge] branch 'SETUP' into TRAIN
4d8f1e9

henry000 commited on

πŸ”€ [Merge] branch 'MODEL' into DATASET
17f8d25

henry000 commited on

πŸ”€ [Merge] branch 'SETUP' into MODEL
b44d6bb

henry000 commited on

🚚 [Move] All model code to yolo/
1197f7d

henry000 commited on

✨ [Add] yolov9 loss function, align to origin v9
2ae492a

henry000 commited on

🚚 [Move] the dataset helper func to tools/dataset
849d290

henry000 commited on

πŸ”€ [Merge] pull request #14 from LucyTuan/DATASET
6c61696
unverified

ε΄”ζ΅©ε ‚ commited on

✨ [Add] json can be directly read by dataloader.py
ac7f3c1

lucytuan commited on

πŸ”€ [Merge] branch 'DATASET' of https://github.com/WongKinYiu/yolov9mit into DATASET
c8b07ff

lucytuan commited on

✨ [Add] json can be directly read by dataloader.py
de1ec48

lucytuan commited on

πŸ”€ [Merge] branch 'main' into DATASET
61ddf44

henry000 commited on

πŸ”€ [Merge] branch 'SETUP' into DATASET
d972e5a

henry000 commited on

✏️ [Fix] a typo of dataset name, and remove warning
2028dc3

henry000 commited on

πŸ”¨ [Add] Converter to Transfrom JSON to txt format
3637d28

henry000 commited on

πŸ”€ [Merge] pull request #12 from LucyTuan/DATASET
1dfe70c
unverified

ε΄”ζ΅©ε ‚ commited on

πŸ› [Fix] dataset structure in dataloader.py
3154a8a

lucytuan commited on

Merge branch 'DATASET' of https://github.com/WongKinYiu/yolov9mit into DATASET
dc3d6a2

lucytuan commited on

πŸ› [Fix] Dataset autodownload bug, new dataset format
eff2849

henry000 commited on

Merge branch 'DATASET' of https://github.com/WongKinYiu/yolov9mit into DATASET
4ebaf9d

lucytuan commited on

Merge branch 'DATASET' of github.com:LucyTuan/yolov9mit into DATASET
e3d53d5

lucytuan commited on

πŸ“„ [Add] MIT - LICENSE
a2c4a3f

henry000 commited on

βœ… [Pass] the data augment test, make test stronger
d24904a

henry000 commited on

πŸ”€ [Merge] branch 'SETUP' into TRAIN
1804c02

henry000 commited on

🎨 [Add] Some icon in logger, add figure in README
ebb5315

henry000 commited on

✨ [Init] Trainer for training whole model!
649c592

henry000 commited on

✨ [Finish] Dataloder and get_dataloader
23db031

henry000 commited on

♻️ [Refactor] the code of data augment and rename
e802523

henry000 commited on

πŸ”€ [Merge] branch 'SETUP' into DATASET
e1e7e4f

henry000 commited on

πŸ”¨ [Add] Dataset to train.py, todo: Dataloader
95ca62f

henry000 commited on

🎨 [Update] pre-commit module, add isort
31cab2b

henry000 commited on

πŸ”€ [Merge] pull request #8 from chilin0525/Fix_typo_of_dataargument
cff68f1
unverified

ε΄”ζ΅©ε ‚ commited on