ContactHands icon indicating copy to clipboard operation
ContactHands copied to clipboard

Detecting Hands and Recognizing Physical Contact in the Wild, NeurIPS 2020.

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

I get the below error when I execute python detect.py --image_dir --ROI_SCORE_THRESH 0.7 --sc 0.5 --pc 0.4 --oc 0.6

Hello! I tried to run and visualize results on my images, I entered the path to the directory,but error is still reported like this. ![09091647-af4a-4145-b1ae-f1976e38d024](https://github.com/cvlab-stonybrook/ContactHands/assets/160575166/49e4216c-eaa4-4255-86e2-993f22f66201)

I follow instructions in INSTALL file. the following command has the issue: ``` python -m pip install -e ``` The issue is: ``` (detectron2_v0.1.1) C:\Users\aa\Downloads\ContactHands-main\ContactHands-main\detectron2_v0.1.1>python -m pip install -e Usage:...