twang

Results 25 issues of twang

Hi! with `demo.py`, it produce detections not accurate as the demo image you provided ![out_sample](https://user-images.githubusercontent.com/18298163/35802663-e42b3822-0aab-11e8-964f-71f35c4c56fd.png) I use `tf 1.4`, do you have any idea? thanks

Hi! BIchen, thanks for sharing your work, I'm wondering if the evaluation tool you use in the repo is the latest eval tool of kitti as there is an update...

Hi @khanrc, could you pls have a look, thank you! ``` ####### ALPHA ####### # Alpha - normal tensor([[0.1218, 0.0975, 0.1138, 0.1351, 0.1548, 0.1235, 0.1320, 0.1215], [0.1139, 0.1003, 0.1164, 0.1334,...

Why performance on cyclist of validation is not reported in the original paper? Can someone give some hint, thanks!

Hi! @zhaoweicai Thanks for sharing your work, I'm wondering how to ensure that our training and validation set do not come from the same video sequences? could you pls share...

hi, currently there is no cover page, could you add a cover page to the template?

Hi, it seems the cite author command produces a full list of author names, instead of the expected xxx et.al, can someone help?

I used the nearest function (ie. from torch_cluster import nearest), but when the input is on cpu, the result is correct, when the input is on gpu, the result is...

hi @aliutkus thanks for sharing the wonderful work, I'm wondering how to extend the function to 2d points?

Hi, thanks for the great work! For installation, could you give more details? I tried `pip install -v -e .` in this project directory following the installation instructions in mmdetection,...