Hello authors, thanks a lot for this excellent work!
I got a problem while executing code for Text-to-LiDAR task by the command you provided. CUDA_VISIBLE_DEVICES=0 python scripts/text2lidar.py -r models/lidm/kitti/cam2lidar/model.ckpt -d kitti -p "an empty road with no object"
also I edited checkpoint path to change the configuration file from cam2lidar to text2lidar and tried again.
CUDA_VISIBLE_DEVICES=2 python scripts/text2lidar.py -r models/lidm/kitti/text2lidar/model.ckpt -d [12/12]p "an empty road with no object"
but I met same errors from two of them with matrix's dimension as below. I tried to find solution to fix this error all day, but I couldn't due to my short experience on this code. Can you check the code and find out the reason?
Hello authors, thanks a lot for this excellent work!
I got a problem while executing code for Text-to-LiDAR task by the command you provided.
CUDA_VISIBLE_DEVICES=0 python scripts/text2lidar.py -r models/lidm/kitti/cam2lidar/model.ckpt -d kitti -p "an empty road with no object"
also I edited checkpoint path to change the configuration file from cam2lidar to text2lidar and tried again.
CUDA_VISIBLE_DEVICES=2 python scripts/text2lidar.py -r models/lidm/kitti/text2lidar/model.ckpt -d [12/12]p "an empty road with no object"
but I met same errors from two of them with matrix's dimension as below. I tried to find solution to fix this error all day, but I couldn't due to my short experience on this code. Can you check the code and find out the reason?
Thank you.