hold on

Results 15 issues of hold on

When after inferencing and start evaling, I came cross this bug: Below are logs: 86%|########5 | 5173/6019 [00:09

reimplementation

I'd like to train m3d-model using my custom dataset.I rewrite the imdb_util.py and it can generate imdb rightly.However,my image(W=3384,H=2710) in the custom dataset is larger than images in KITTI. At...

When I read the paper, I have a confusion that what is the time in below chart represents? ![image](https://user-images.githubusercontent.com/33575107/80565430-01636100-8a23-11ea-99a6-a2a0da588cce.png) Does the 161 ms here including the preprocess of image and...

The paper told that there are three datasets in the evaluation: kitti_split1(val1),kitti_split2(val2) and test . My question is that test dataset seems to use the kitti/training to train and use...

Hi, I notice that the code can be transformed to monocular easily as the paper said.Why not adding the approach for mono in readme?

Installing with sudo (I was okay with that since I was using it in a container) seemed to work. Naturally that would be in the system python. I don't quite...

Hi ,I am interested in your work. When I run `python tools/plain_train_net.py --config-file "configs/smoke_gn_vector.yaml"` there is a bug: ``` Traceback (most recent call last): File "tools/plain_train_net.py", line 100, in args=(args,),...

Thanks for your great work!!!. After reading two papers(RTM3D, KM3D), it seems that you only make the code of KM3D open-source, isn't it ? I wonder to compare the performance...

Thanks for your great work and it impresses me ! I wanna to have a try in my research. Specificly, I wanna to use ViT-small to replace the ImageNet pretrained...

question