LightConvPoint icon indicating copy to clipboard operation
LightConvPoint copied to clipboard

Install ERROR: Command errored out with exit status 1

Open sdlopezp opened this issue 3 years ago • 9 comments

when I run "pip install -ve my\path\to\LightConvPoint-0.2" I got an "ValueError: list.remove(x): x not in list" from setup.py file in the 29 line.

image

Any idea why is this happens?.

Thank you!

sdlopezp avatar Feb 27 '22 02:02 sdlopezp

have you solved it?

yeminglang avatar Mar 10 '22 00:03 yeminglang

have you solved it?

Not yet. The same thing happens to you? Any idea?

sdlopezp avatar Mar 10 '22 01:03 sdlopezp

have you solved it?

Not yet. The same thing happens to you? Any idea?

The same thing happens to me... By the way ,Do you have any recommended repositories for point cloud semantic segmentation? (better if it can be trained fast and has higher mIOU)

yeminglang avatar Mar 10 '22 09:03 yeminglang

Hello, Thanks for the issue. I am planning to release a version without C++ module compilation by the end of the month (March). Like that, it should rely only on PyTorch and maybe on TorchGeometric. The code is almost ready, I have to make sure it is still compatible with the pre-trained networks I provided. Best,

aboulch avatar Mar 11 '22 08:03 aboulch

Hello, Thanks for the issue. I am planning to release a version without C++ module compilation by the end of the month (March). Like that, it should rely only on PyTorch and maybe on TorchGeometric. The code is almost ready, I have to make sure it is still compatible with the pre-trained networks I provided. Best,

Great. Thanks for all your work. I will expect the update.

sdlopezp avatar Mar 13 '22 01:03 sdlopezp

have you solved it?

Not yet. The same thing happens to you? Any idea?

The same thing happens to me... By the way ,Do you have any recommended repositories for point cloud semantic segmentation? (better if it can be trained fast and has higher mIOU)

I've been using the Open3D ML module (https://github.com/isl-org/Open3D-ML). They have different state-of-the-art architectures implemented and pretrained. It supposed to be easier to use than the original implementations.

sdlopezp avatar Mar 13 '22 01:03 sdlopezp

have you solved it?

Not yet. The same thing happens to you? Any idea?

The same thing happens to me... By the way ,Do you have any recommended repositories for point cloud semantic segmentation? (better if it can be trained fast and has higher mIOU)

I've been using the Open3D ML module (https://github.com/isl-org/Open3D-ML). They have different state-of-the-art architectures implemented and pretrained. It supposed to be easier to use than the original implementations.

Nice, thank a lot! Best wishes!

yeminglang avatar Mar 13 '22 02:03 yeminglang

Hello, can you tell me what the meaning of 2500000 in prepare_data.py is? thanks.

tempted111 avatar Jan 18 '24 08:01 tempted111

I want use the code to run own datasets!

tempted111 avatar Jan 18 '24 08:01 tempted111