DerryHub / BEVFormer_tensorrt

BEVFormer inference on TensorRT, including INT8 Quantization and Custom TensorRT Plugins (float/half/half2/int8).
Apache License 2.0
432 stars 71 forks source link

build bev_mmdert3d error: Invalid distribution name or version syntax: bev-mmdet3d--0.1 #55

Closed firestonelib closed 1 year ago

firestonelib commented 1 year ago

@DerryHub

Build and Install Part of Ops in MMDetection3D
cd ${PROJECT_DIR}/third_party/bev_mmdet3d
python setup.py build develop

when building bev_mmdet3d, I got an error: Exit status: error: Invalid distribution name or version syntax: bev-mmdet3d--0.1 then I check the setup.py, I found a syntax bug in the line so I pull a request to solve that problem: https://github.com/DerryHub/BEVFormer_tensorrt/pull/54 Would you help me to review and merge that request ?

firestonelib commented 1 year ago

54