thom966

Results 13 issues of thom966

I am trying to install `pcdet` library with `python setup.py develop` command. However, I have met the following error: `Processing dependencies for pcdet==0.5.2+dadda9e error: llvmlite 0.38.1 is installed but llvmlite=0.37.0rc1...

Hello, Thank you for your amazing work. I have a question regarding the view transformer module. So far, I have figured out that it uses nuscenes dataset's `sensor2lidar_rotation` and `sensor2lidar_translation`...

Dear Authors, Hello, thank you for your amazing work. I am particularly interested in the visualization video of the original high quality. Would it be possible to obtain the video...

Hello, I have a question when using pre-trained vovnet. In `vovnet.py` , it specifies checkpoint path with the following: `self.init_cfg = dict(type='Pretrained', checkpoint=pretrained)` How should I set the `pretrained` path?

Dear author, Hello, Could you please tell me what is the motion attribute mentioned Time3D paper? ![image](https://user-images.githubusercontent.com/84850569/210050635-55f1495c-ab69-45f3-9738-5acd83c1e6c4.png)

Dear author, Thank you for your great work. Where can I find the autual code for unity generation? Thank you.

Dear author, Upon executing the training command, I have observed a phenomenon wherein the memory initially increases to 24GB and subsequently decreases to 15GB before the training process starts. ![BEVDepth_memory_bump...

Dear author, Hello, thank you for your amazing work. I wonder how to unfreeze the backbone network, which would be resnet-50 for training provided in config files. Thank you for...

Dear Author, Thank you for your great work and sharing. I have followed all the preparation steps and run the code through `python tools/train.py ./configs/occupancy/bevdet4d-r50-cbgs_depth_cool.py` and I got the following...

Hello, thank you for your great work. It is possible to use nuScenes dataset to train the model?