cvlab-stonybrook / ContactHands

Detecting Hands and Recognizing Physical Contact in the Wild, NeurIPS 2020.
MIT License
45 stars 3 forks source link

Installation problem #11

Open yustiks opened 4 months ago

yustiks commented 4 months ago

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:
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] <requirement specifier> [package-index-options] ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] -r <requirements file> [package-index-options] ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] [-e] <vcs project url> ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] [-e] <local project path> ...
  C:\Users\aa\miniconda3\envs\detectron2_v0.1.1\python.exe -m pip install [options] <archive url/path> ...

-e option requires 1 argument
yustiks commented 4 months ago

you should change the line

python -m pip install -e

to

python -m pip install -e <local/folder/to the project>