RobustPalmRoi icon indicating copy to clipboard operation
RobustPalmRoi copied to clipboard

A robust algorithm for extracting ROI from palm image taken by mobile phone.

Results 3 RobustPalmRoi issues
Sort by recently updated
recently updated
newest added

could you please explain the algorithm? How dose it work? Is it similar to face detection and face landmark detection and face alignment?

' ' ' --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in 4 import io 5 with open('7.JPG', 'rb') as palm: ----> 6 roi_bytes = chain.process_image(palm) 7 roi = io.BytesIO(roi_bytes) 8...

错误信息如下: cmake: /home/cwl/http/curl-7.71.1/_install/lib/libcurl.so.4: no version information available (required by cmake) CMake Error at /usr/local/lib/cmake/yaml-cpp/yaml-cpp-config.cmake:49 (target_link_libraries): Cannot specify link libraries for target "yaml-cpp" which is not built by this project. Call...