Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIDERFACE_train predict_error #44

Open
babyblue1334 opened this issue Mar 1, 2022 · 1 comment
Open

WIDERFACE_train predict_error #44

babyblue1334 opened this issue Mar 1, 2022 · 1 comment

Comments

@babyblue1334
Copy link

WIDERFACE_train

lib_path: F:\Desktop\LFD-A-Light-and-Fast-Detector-master\lfd\data_pipeline\dataset\utils\libs
libturtojpeg_path_list: []
Traceback (most recent call last):
File "F:/Desktop/LFD-A-Light-and-Fast-Detector-master/WIDERFACE_train/predict.py", line 4, in
from lfd.data_pipeline.augmentation import *
File "F:\Desktop\LFD-A-Light-and-Fast-Detector-master\lfd\data_pipeline_init_.py", line 4, in
from .data_loader import *
File "F:\Desktop\LFD-A-Light-and-Fast-Detector-master\lfd\data_pipeline\data_loader_init_.py", line 3, in
from .data_loader import DataLoader
File "F:\Desktop\LFD-A-Light-and-Fast-Detector-master\lfd\data_pipeline\data_loader\data_loader.py", line 8, in
from ..dataset import turbojpeg, reserved_keys
File "F:\Desktop\LFD-A-Light-and-Fast-Detector-master\lfd\data_pipeline\dataset_init_.py", line 7, in
from .utils import *
File "F:\Desktop\LFD-A-Light-and-Fast-Detector-master\lfd\data_pipeline\dataset\utils_init_.py", line 3, in
from .turbojpeg import turbojpeg
File "F:\Desktop\LFD-A-Light-and-Fast-Detector-master\lfd\data_pipeline\dataset\utils\turbojpeg.py", line 457, in
target_libturbojpeg_path = max(libturtojpeg_path_list)
ValueError: max() arg is an empty sequence

Process finished with exit code 1

@YonghaoHe
Copy link
Owner

@babyblue1334 In Windows, the name of libturbojpeg has the suffix of .dll , not .so in Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants