-
We're trying to test the the PointPillars model on the ZCU102 board, but ran into this error.
```
W0703 07:40:06.588299 2318 dpu_runner_base_imp.cpp:692] CHECK fingerprint fail ! model_fingerprin…
-
Hi,
I was tring to train with confif file "nusc_centerpoint_voxelnet_01voxel.py" with 1 GPU and sweep=1.
I encountered the crash during training. Kindly help.
File "/home/Nuscene_Top/CenterP…
-
Hi, traveller59
Thanks for your great job !
Could you kindly provide any detection result so that we can do the visualization directly?
Sincerely,
Claude
-
I was trying to run [Voxelnet ROS](https://github.com/AbangLZU/VoxelNetRos) package. Numba was one of the package dependencies.
My OS: Ubuntu 18.04
My python version is 3.6.9 so I run
``` pip3 …
-
While I run the colab script I get an AssertionError when I run the inference cell. How can I fix that, please forgive me if the answer is too obvious.
Traceback (most recent call last):
File "i…
-
Hello, congrats on your nice work. I really enjoyed reading your paper and I am excited to try your code.
As I am doing now my master thesis in 3d object detection, I would like to try CLOCs in combi…
-
Really phenomenal work with the codebase.
Please see if you can answer this question: What changes do I need to make to inference the Nuscenes model on the Waymo dataset?
-
Hi,
I trained a network using the original [repository](https://github.com/nutonomy/second.pytorch). I'm getting the following error when I use this repository to convert the model to ONNX model. Do …
-
The MVXNet fuses multi-modal data based on VoxelNet ,and the 3D CNN in VoxelNet is ordinary 3D CONV not the sparseconv,so your implements of the MVXNet uses the sparseconv which is proposed by the S…
-
**Hello, I wanna training multi class(car, pedestrian, cyclist).
so, I've modified proto file in config as below.**
model: {
second: {
voxel_generator {
point_cloud_range : [0, -4…