Open BBBeatrice opened 1 year ago
Hi @BBBeatrice, it seems the problem is from the version of either torch or kornia. According to the error message, there should be strong dependencies of these two packages, I guess. My pytorch should be 1.10.0 and kornia is 0.5.8, I'll check it later. So my advice is to either use newer version pytorch or degrade kornia.
Thank you for your reply! The error is definitely about the mismatch version of different parts. I changed different version and it has worked well now! For more detail, my current torch version is '1.8.1+cu101', my kornia is 0.5.8.
By the way, since I am new to this field, to my knowledge, the output result is the 3D detection results by fusion of camera and lidar input. Is my thought right? Also, can I get evaluation results like average precision or IOU(kitti evaluation metrics) by using the output detection results and label ground truth? Thank you again for your brilliant work!
You're right, I just use two filtering (confidence threshold and 2d detection) to filter the nasty 3d detection. There're some mistakes I made (e.g. dt in KF should be 0.1) and I will release a fixed version also with a nicer visualization in a few days. Unfortunately, I'm also new to this filed. This is just a starting task to get known with the basic stuffs since I would like to pursue a phd degree in this field. Regarding the metrics you said, of course, you can use the 3d detection results for cls and detect evaluation (I think). The whole repo is more like a practical test for so-called post-fusion, not a very powerful fusion pipeline from my perspective. ; ) There should be still points for imporvement.
You're right, I just use two filtering (confidence threshold and 2d detection) to filter the nasty 3d detection. There're some mistakes I made (e.g. dt in KF should be 0.1) and I will release a fixed version also with a nicer visualization in a few days. Unfortunately, I'm also new to this filed. This is just a starting task to get known with the basic stuffs since I would like to pursue a phd degree in this field. Regarding the metrics you said, of course, you can use the 3d detection results for cls and detect evaluation (I think). The whole repo is more like a practical test for so-called post-fusion, not a very powerful fusion pipeline from my perspective. ; ) There should be still points for imporvement.
So many thanks,bro! Since I am also doing researches based on the dataset argoverse, your work helps a lot! Looking forward to your fixed version!
Hi, @BroJunn thanks for your great work! I followed the instruction in ReadMe and tried to test on Argo2 dataset. However, I meet this error when I run this line"python sensor_fusion/main.py --root_path /my_argo2_path", more info of the error as below.
I am using a cluster with cuda10.1 pytorch1.6.0 spconv2.3.6 gcc7.5.0