Closed happyCodingSusan closed 4 years ago
We simply use the Otsu threshold (cv2.threshold) to remove the background and then sample points from hand regions. I will upload the pre-processing script later, perhaps this weekend. You can find details about it in our supplementary material.
@Blueprintf, thanks for your fast reply. I will wait for your script.
NVGesture relevant scripts have been uploaded.
Thanks, @Blueprintf , I will test it.
@Blueprintf , great work. Very impressive! Thanks for sharing the code.
In your paper, you showed very good performance on NVGesture dataset. I wonder how you pre-process NVGesture dataset which does not have ground truth for hand regions. Could you please share the pre-processing code for NVGesture dataset (similar to shrec17_process.py).
Many thanks.