zhulf0804 / PointPillars

A Simple PointPillars PyTorch Implementation for 3D LiDAR(KITTI) Detection.
MIT License
454 stars 112 forks source link

requirements依赖包的pointpillars.egg==info查找不到 #45

Closed lofues closed 5 months ago

lofues commented 1 year ago

pointpillars.egg==info 请问这个包的依赖需要怎么下载

gopalkumr commented 1 year ago

same issue here

abdkhanstd commented 1 year ago

Anny update on this issue ?

zhulf0804 commented 1 year ago

Anny update on this issue ?

Hi @abdkhanstd ,

It should be generated by compiling (python setup.py develop).

Try removing this line pointpillars.egg==info ?

Best.

YSAH0714 commented 1 year ago

我是删除了的