ryefoxlime
commited on
Commit
β’
0e084be
1
Parent(s):
18a9dce
Restructured the project files
Browse files- .gitattributes +3 -0
- .python-version +1 -0
- FER/__init__.py +0 -0
- detectfaces.py β FER/detectfaces.py +0 -0
- face_detection.py β FER/face_detection.py +0 -0
- main.py β FER/main.py +0 -0
- {models β FER/models}/.DS_Store +0 -0
- {models β FER/models}/PosterV2_7cls.py +0 -0
- {models β FER/models}/PosterV2_8cls.py +0 -0
- {models β FER/models}/__pycache__/PosterV2_7cls.cpython-310.pyc +0 -0
- {models β FER/models}/__pycache__/PosterV2_7cls.cpython-311.pyc +0 -0
- {models β FER/models}/__pycache__/ir50.cpython-310.pyc +0 -0
- {models β FER/models}/__pycache__/ir50.cpython-311.pyc +0 -0
- {models β FER/models}/__pycache__/mobilefacenet.cpython-310.pyc +0 -0
- {models β FER/models}/__pycache__/mobilefacenet.cpython-311.pyc +0 -0
- {models β FER/models}/__pycache__/vit_model.cpython-310.pyc +0 -0
- {models β FER/models}/__pycache__/vit_model.cpython-311.pyc +0 -0
- raf-db-model_best.pth β FER/models/checkpoints/raf-db-model_best.pth +0 -0
- {models β FER/models}/ir50.py +0 -0
- {models β FER/models}/matrix.py +0 -0
- {models β FER/models}/mobilefacenet.py +0 -0
- {models β FER/models}/pretrain/.gitignore +0 -0
- {models β FER/models}/vit_model.py +0 -0
- {models β FER/models}/vit_model_8.py +0 -0
- prediction.py β FER/prediction.py +0 -0
- README.md +0 -0
- hello.py +6 -0
- models/pretrain/.DS_Store +0 -0
- models/pretrain/ir50.pth +0 -3
- models/pretrain/mobilefacenet_model_best.pth.tar +0 -3
- pyproject.toml +7 -0
.gitattributes
CHANGED
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
|
37 |
+
.venv
|
38 |
+
.env
|
.python-version
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
3.13
|
FER/__init__.py
ADDED
File without changes
|
detectfaces.py β FER/detectfaces.py
RENAMED
File without changes
|
face_detection.py β FER/face_detection.py
RENAMED
File without changes
|
main.py β FER/main.py
RENAMED
File without changes
|
{models β FER/models}/.DS_Store
RENAMED
File without changes
|
{models β FER/models}/PosterV2_7cls.py
RENAMED
File without changes
|
{models β FER/models}/PosterV2_8cls.py
RENAMED
File without changes
|
{models β FER/models}/__pycache__/PosterV2_7cls.cpython-310.pyc
RENAMED
File without changes
|
{models β FER/models}/__pycache__/PosterV2_7cls.cpython-311.pyc
RENAMED
File without changes
|
{models β FER/models}/__pycache__/ir50.cpython-310.pyc
RENAMED
File without changes
|
{models β FER/models}/__pycache__/ir50.cpython-311.pyc
RENAMED
File without changes
|
{models β FER/models}/__pycache__/mobilefacenet.cpython-310.pyc
RENAMED
File without changes
|
{models β FER/models}/__pycache__/mobilefacenet.cpython-311.pyc
RENAMED
File without changes
|
{models β FER/models}/__pycache__/vit_model.cpython-310.pyc
RENAMED
File without changes
|
{models β FER/models}/__pycache__/vit_model.cpython-311.pyc
RENAMED
File without changes
|
raf-db-model_best.pth β FER/models/checkpoints/raf-db-model_best.pth
RENAMED
File without changes
|
{models β FER/models}/ir50.py
RENAMED
File without changes
|
{models β FER/models}/matrix.py
RENAMED
File without changes
|
{models β FER/models}/mobilefacenet.py
RENAMED
File without changes
|
{models β FER/models}/pretrain/.gitignore
RENAMED
File without changes
|
{models β FER/models}/vit_model.py
RENAMED
File without changes
|
{models β FER/models}/vit_model_8.py
RENAMED
File without changes
|
prediction.py β FER/prediction.py
RENAMED
File without changes
|
README.md
ADDED
File without changes
|
hello.py
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
def main():
|
2 |
+
print("Hello from tadbot!")
|
3 |
+
|
4 |
+
|
5 |
+
if __name__ == "__main__":
|
6 |
+
main()
|
models/pretrain/.DS_Store
DELETED
Binary file (6.15 kB)
|
|
models/pretrain/ir50.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:62fcfa833776648f818b15fac4f5b760d76847316097e8e046f77ac445defb75
|
3 |
-
size 122022895
|
|
|
|
|
|
|
|
models/pretrain/mobilefacenet_model_best.pth.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b994af026bfddbafc507a6f1c8737a9896bab20ed2b0cfb6ae90b81736970313
|
3 |
-
size 12281146
|
|
|
|
|
|
|
|
pyproject.toml
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "tadbot"
|
3 |
+
version = "0.1.0"
|
4 |
+
description = "Add your description here"
|
5 |
+
readme = "README.md"
|
6 |
+
requires-python = ">=3.13"
|
7 |
+
dependencies = []
|