amoghskanda
amoghskanda
Hey, firstly great work! I wanted to train the model only on mini of NuScenes as Waymo was too big and so were the trainval parts of NuScenes. What are...
你好 我在尝试实施 OASim 时,在数据生成过程中遇到了一个错误: Error: 错误回答命令 0xc4:车辆 '0' 未知 我试着进行调试,查看了 data_generator.py 文件,发现数据不是从 egoTrackingTest.db 生成的,而是从 egoTrackingTest.db 加载的。如果必须填充和加载数据库,这不就失去了代码的灵活性吗?是否有办法让数据生成而不是从数据库加载? 另外,我使用 DB 浏览器加载了 egoTrackingTest.db 文件,发现表 frameINFO 只有 5 行。我猜测代码试图从数据库文件中读取数据,在读取完 5 行后就会出现上述错误。
Hey, thanks for making this open source. Despite choosing the start and arrival lane, no images/videos are being generated for that respective lane. Some lanes are giving key errors while...
Firstly, great work and thanks for making it open-source. I setup everything following the readme for both streetsurf and nr3d. I wanted to use the withmask_nolidar.240219.yaml config file, made the...
Getting this error when I try to train streetsurf on seg-10061. Config used : withmask_nolidar.240219.yaml. preload_on_gpu is false(by default). Cache is getting loaded onto cpu. Error on Line411(_ret.update({k: v[frame_ind, h,...
I was trying to train Streetsurf on Segment-13476374534576730229_240_000_260_000 and I ran into the above error in Line 180, train.py. I tried debugging using pdb and found out loss_cfg['mono_depth'] has many...