Complex-YOLO icon indicating copy to clipboard operation
Complex-YOLO copied to clipboard

Model files after training

Open lukui1995 opened this issue 7 years ago • 5 comments

Thank you very much for the code you provided, and I've been working on point cloud detection recently, so I sincerely hope to get the model files after your training. Thank you very much.

lukui1995 avatar Aug 10 '18 10:08 lukui1995

https://pan.baidu.com/s/1yeU3Q-Oyozv7qFqrVhzj0A

AI-liu avatar Aug 11 '18 06:08 AI-liu

Thank you very much for the code you provided, and I follow your code to work on Complex-yolo, and I download the KITTI data, but when I run the eval.py, there exists a problem:

Complex-YOLO-master/eval.py", line 106, in <module>
rgb_map = makeBVFeature(b, bc, 40 / 512)

File "/Complex-YOLO-master/utils.py", line 51, in makeBVFeature heightMap[np.int_(PointCloud_frac[:,0]), np.int_(PointCloud_frac[:,1])] = PointCloud_frac[:,2] IndexError: index -9223372036854775808 is out of bounds for axis 0 with size 1025

Look forward to your reply. Thanks.

scuhanchao avatar Aug 17 '18 07:08 scuhanchao

https://pan.baidu.com/s/1yeU3Q-Oyozv7qFqrVhzj0A

How can I use these weights with pytorch? If you have some other code, could you please update the repo with that?

srikanthmalla avatar Sep 19 '18 21:09 srikanthmalla

Hi everyone,

I have got exactly the same Problem as scuhanchao, any updates about this?

Complex-YOLO-master/eval.py", line 106, in <module> rgb_map = makeBVFeature(b, bc, 40 / 512)

File "/Complex-YOLO-master/utils.py", line 51, in makeBVFeature heightMap[np.int_(PointCloud_frac[:,0]), np.int_(PointCloud_frac[:,1])] = PointCloud_frac[:,2] IndexError: index -9223372036854775808 is out of bounds for axis 0 with size 1025.

Look forward to a reply, Thanks a lot.

omartriki1 avatar Dec 17 '18 15:12 omartriki1

@srikanthmalla hi where you able to download the pretrained weights can you share the link where i can easily download the files

abhigoku10 avatar Mar 03 '19 10:03 abhigoku10