pretbc
pretbc
Below error occur when I run : ``` from joblib import Parallel, delayed Parallel(n_jobs=4, )( delayed(my_func)(path for path in tqdm(dump_paths, colour="green", leave=False) ``` `my_func(...)` call `detect.detect_image(images)` ``` File "venv/lib/python3.10/site-packages/feat/detector.py", line...
I tried to set device to be 'mps' and with that detect an image: ``` def extract_fau_from_images(images: list[str], extractor: ExtendedFeatDetector, **kwargs) -> torch.Tensor: """Extract face action units + emotion scores"""...
Can You implement below ? ``` def detect_frame( self, frames, output_size=None, batch_size=1, num_workers=0, pin_memory=False, frame_counter=0, face_detection_threshold=0.5, **kwargs, ): """ The same functionality as `detect_image` but instead of `str` img user...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...