cuteyyt / or-nerf

OR-NeRF: Object Removing from 3D Scenes Guided by Multiview Segmentation with Neural Radiance Fields
https://ornerf.github.io
43 stars 3 forks source link

bug in requirement.txt #1

Closed Starryskyswt closed 1 year ago

Starryskyswt commented 1 year ago

hello,When I input command: pip install -r requirements.txt,I receive a bug as the picture showed below. I want to know the meaning of the two-line codes:

Editable install with no version control (groundingdino==0.1.0)

-e /home/yyt/code/cor-nerf/prior/Grounded-Segment-Anything/GroundingDINO And are those essential for building the environment?
If not,I will delete them to build my environment. I will be grateful if you could help me figure out my problem. 1688039311986

cuteyyt commented 1 year ago

Thanks for your interest in our project.

It is safe for you to remove these two lines and other similar bad lines in the requirement.txt file. These two lines are related to the GroundingDINO usage, and you can install this package by following their instructions directly. This package is necessary for segmentation with the text prompt in our project.

You may encounter a similar problem with external libraries installed with non-standard 'pip install xxx', like segment anything as I export the requirement.txt file with pip freeze directly. I have deleted these problematic lines from the requirement.txt file already, and you can install these packages separately by following their instructions directly.

Hope this can solve your question.

Starryskyswt commented 1 year ago

Thank you for your answer,I will try to continue reproducing your code. If I encounter any problems in the future, please excuse me for your assistance