Spaces:
Sleeping
Sleeping
Alex Hortua
commited on
Commit
·
18a6cb8
1
Parent(s):
e637785
Git add initial Commit
Browse files- .gitignore +3 -0
- requirements.txt +0 -0
- src/app.py +0 -0
- src/dataset.py +0 -0
- src/inference.py +0 -0
- src/train.py +0 -0
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
/Images
|
2 |
+
/Annotations
|
3 |
+
.qodo
|
requirements.txt
ADDED
File without changes
|
src/app.py
ADDED
File without changes
|
src/dataset.py
ADDED
File without changes
|
src/inference.py
ADDED
File without changes
|
src/train.py
ADDED
File without changes
|