ryefoxlime commited on
Commit
0e084be
β€’
1 Parent(s): 18a9dce

Restructured the project files

Browse files
Files changed (31) hide show
  1. .gitattributes +3 -0
  2. .python-version +1 -0
  3. FER/__init__.py +0 -0
  4. detectfaces.py β†’ FER/detectfaces.py +0 -0
  5. face_detection.py β†’ FER/face_detection.py +0 -0
  6. main.py β†’ FER/main.py +0 -0
  7. {models β†’ FER/models}/.DS_Store +0 -0
  8. {models β†’ FER/models}/PosterV2_7cls.py +0 -0
  9. {models β†’ FER/models}/PosterV2_8cls.py +0 -0
  10. {models β†’ FER/models}/__pycache__/PosterV2_7cls.cpython-310.pyc +0 -0
  11. {models β†’ FER/models}/__pycache__/PosterV2_7cls.cpython-311.pyc +0 -0
  12. {models β†’ FER/models}/__pycache__/ir50.cpython-310.pyc +0 -0
  13. {models β†’ FER/models}/__pycache__/ir50.cpython-311.pyc +0 -0
  14. {models β†’ FER/models}/__pycache__/mobilefacenet.cpython-310.pyc +0 -0
  15. {models β†’ FER/models}/__pycache__/mobilefacenet.cpython-311.pyc +0 -0
  16. {models β†’ FER/models}/__pycache__/vit_model.cpython-310.pyc +0 -0
  17. {models β†’ FER/models}/__pycache__/vit_model.cpython-311.pyc +0 -0
  18. raf-db-model_best.pth β†’ FER/models/checkpoints/raf-db-model_best.pth +0 -0
  19. {models β†’ FER/models}/ir50.py +0 -0
  20. {models β†’ FER/models}/matrix.py +0 -0
  21. {models β†’ FER/models}/mobilefacenet.py +0 -0
  22. {models β†’ FER/models}/pretrain/.gitignore +0 -0
  23. {models β†’ FER/models}/vit_model.py +0 -0
  24. {models β†’ FER/models}/vit_model_8.py +0 -0
  25. prediction.py β†’ FER/prediction.py +0 -0
  26. README.md +0 -0
  27. hello.py +6 -0
  28. models/pretrain/.DS_Store +0 -0
  29. models/pretrain/ir50.pth +0 -3
  30. models/pretrain/mobilefacenet_model_best.pth.tar +0 -3
  31. 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 = []