YonghaoHe / LFD-A-Light-and-Fast-Detector

LFD is a big update upon LFFD. Generally, LFD is a multi-class object detector characterized by lightweight, low inference latency and superior precision. It is for real-world appilcations.
418 stars 82 forks source link

WIDERFACE_train predict_error #44

Open babyblue1334 opened 2 years ago

babyblue1334 commented 2 years ago

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 commented 2 years ago

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