You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to face anti-spoofing.
I want to generate a csv file contains rgb_path, keypoints, label according to your guidance.
But what does keypoints mean? The landmark? Is this a tuple? Can you provide a csv file as an example?
I follow this link https://github.com/cunjian/pytorch_face_landmark and guess test_batch_detections.py can help me generate keypoints. But the variable landmark it generates has the shape (68, 2).
The text was updated successfully, but these errors were encountered:
I am new to face anti-spoofing.
I want to generate a csv file contains
rgb_path
,keypoints
,label
according to your guidance.But what does
keypoints
mean? The landmark? Is this a tuple? Can you provide a csv file as an example?I follow this link https://github.com/cunjian/pytorch_face_landmark and guess
test_batch_detections.py
can help me generate keypoints. But the variable landmark it generates has the shape(68, 2)
.The text was updated successfully, but these errors were encountered: