ryefoxlime
commited on
Commit
•
8e0d21f
1
Parent(s):
499f0dc
importing only certain func from main
Browse files- FER/detectfaces.py +1 -1
FER/detectfaces.py
CHANGED
@@ -4,7 +4,7 @@ import torch
|
|
4 |
import os
|
5 |
import time
|
6 |
from PIL import Image
|
7 |
-
from main import RecorderMeter1, RecorderMeter
|
8 |
|
9 |
# Define the path to the model checkpoint
|
10 |
model_path = os.path.abspath(r"FER\models\checkpoints\raf-db-model_best.pth")
|
|
|
4 |
import os
|
5 |
import time
|
6 |
from PIL import Image
|
7 |
+
from main import RecorderMeter1, RecorderMeter # noqa: F401
|
8 |
|
9 |
# Define the path to the model checkpoint
|
10 |
model_path = os.path.abspath(r"FER\models\checkpoints\raf-db-model_best.pth")
|