Spaces:
Running
Running
Update Predict.py
Browse files- Predict.py +0 -3
Predict.py
CHANGED
@@ -8,9 +8,6 @@ import sys
|
|
8 |
import joblib
|
9 |
from DL_models import CustomResNet
|
10 |
|
11 |
-
root = '/Users/jianpingye/Desktop/Marketing_Research/XGBoost_Gaze_Prediction_Platform/Gaze-Time-Prediction-for-Advertisement/XGBoost_Prediction_Model'
|
12 |
-
sys.path.append(root)
|
13 |
-
|
14 |
#Ad/Brand Gaze Prediction
|
15 |
|
16 |
#Now the model is only able to process magazine images or images with full-page counterpages
|
|
|
8 |
import joblib
|
9 |
from DL_models import CustomResNet
|
10 |
|
|
|
|
|
|
|
11 |
#Ad/Brand Gaze Prediction
|
12 |
|
13 |
#Now the model is only able to process magazine images or images with full-page counterpages
|