Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dockerfile error #4

Open
mkh-github opened this issue Aug 7, 2018 · 3 comments
Open

dockerfile error #4

mkh-github opened this issue Aug 7, 2018 · 3 comments

Comments

@mkh-github
Copy link

Dockerfile errror.
There is no /detectron/lib directory. It should just be /detectron/

This :
WORKDIR /detectron/lib
RUN make

Should be this:
WORKDIR /detectron
RUN make

@carsonDB
Copy link

carsonDB commented Aug 9, 2018

Because you didn't clone the specific version of detectron.
Change the following line:
https://github.com/ronghanghu/seg_every_thing/blob/master/docker/Dockerfile#L19
Roll back version to the previous one:

RUN git clone https://github.com/facebookresearch/detectron /detectron \
	&& cd /detectron \
	&& git reset --hard 3c4c7f67d37eeb4ab15a87034003980a1d259c94

@mkh-github
Copy link
Author

What about seg_every_thing/lib make? It looks like detectron files are included in seg_every_thing/lib/core, etc. Are there additional instructions for make/install of seg_every_thing after Caffe2 and Detectron are installed?

@lssily
Copy link

lssily commented Jan 23, 2019

@carsonDB Hi! I downloaded the detectron with the version you mentioned above. However, i met a question. When i run the infer_simple.py, i was prompted that "No module named detectron.utils.collections". As we known, there is a lib folder, not a detectron folder. How can I solve this problem?
Looking forward to your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants