π [Add] MIT - LICENSE
Browse files
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 |
-
- [
|
24 |
- [ ] README
|
25 |
-
- [
|
26 |
- [ ] setup.py/pip install
|
27 |
-
- [
|
28 |
- [ ] hugging face
|
29 |
- [ ] Data proccess
|
30 |
- [ ] Dataset
|
31 |
-
- [
|
32 |
- [ ] Auto Download
|
33 |
- [ ] xywh, xxyy, xcyc
|
34 |
-
- [
|
35 |
-
- [
|
36 |
- [ ] Model
|
37 |
- [ ] load model
|
38 |
- [ ] from yaml
|
39 |
- [ ] from github
|
40 |
-
- [
|
41 |
-
- [
|
42 |
-
- [
|
43 |
-
- [ ] DDP
|
|
|
|
|
44 |
- [ ] Run
|
45 |
- [ ] train
|
46 |
- [ ] test
|
47 |
- [ ] demo
|
48 |
-
- [
|
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
|
|
|
|