henry000 commited on
Commit
a2c4a3f
Β·
1 Parent(s): ebb5315

πŸ“„ [Add] MIT - LICENSE

Browse files
Files changed (2) hide show
  1. LICENSE +21 -0
  2. README.md +13 -13
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Kin-Yiu, Wong
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md CHANGED
@@ -20,31 +20,31 @@ If you are interested in contributing, please keep an eye on project updates or
20
  ## To-Do Lists
21
  - [ ] Project Setup
22
  - [X] requirements
23
- - [ ] LICENSE
24
  - [ ] README
25
- - [ ] pytests
26
  - [ ] setup.py/pip install
27
- - [ ] log format
28
  - [ ] hugging face
29
  - [ ] Data proccess
30
  - [ ] Dataset
31
- - [ ] Download script
32
  - [ ] Auto Download
33
  - [ ] xywh, xxyy, xcyc
34
- - [ ] Dataloder
35
- - [ ] Data arugment
36
  - [ ] Model
37
  - [ ] load model
38
  - [ ] from yaml
39
  - [ ] from github
40
- - [ ] trainer
41
- - [ ] train_one_iter
42
- - [ ] train_one_epoch
43
- - [ ] DDP, EMA, OTA
 
 
44
  - [ ] Run
45
  - [ ] train
46
  - [ ] test
47
  - [ ] demo
48
- - [ ] Configuration
49
- - [ ] hyperparams: dataclass
50
- - [ ] model cfg: yaml
 
20
  ## To-Do Lists
21
  - [ ] Project Setup
22
  - [X] requirements
23
+ - [x] LICENSE
24
  - [ ] README
25
+ - [x] pytests
26
  - [ ] setup.py/pip install
27
+ - [x] log format
28
  - [ ] hugging face
29
  - [ ] Data proccess
30
  - [ ] Dataset
31
+ - [x] Download script
32
  - [ ] Auto Download
33
  - [ ] xywh, xxyy, xcyc
34
+ - [x] Dataloder
35
+ - [x] Data arugment
36
  - [ ] Model
37
  - [ ] load model
38
  - [ ] from yaml
39
  - [ ] from github
40
+ - [x] trainer
41
+ - [x] train_one_iter
42
+ - [x] train_one_epoch
43
+ - [ ] DDP
44
+ - [x] EMA, OTA
45
+ - [ ] Loss
46
  - [ ] Run
47
  - [ ] train
48
  - [ ] test
49
  - [ ] demo
50
+ - [x] Configuration