talk2bev icon indicating copy to clipboard operation
talk2bev copied to clipboard

Talk2BEV: Language-Enhanced Bird's Eye View Maps (Accepted to ICRA'24)

Results 7 talk2bev issues
Sort by recently updated
recently updated
newest added

Hi, is there any update on the full dataset?

Hi there, When I was using your "generate_base.py" script file, I got "CUDA out of memory" when exex line 211 "output = model( image.to(device), intrinsics.to(device), extrinsics.to(device), future_egomotion.to(device) )", I am...

Hi there, I just noticed that if I want follow your pipe from generate base to generate caption, it needs employ different projects, each projects rely on its own environment,...

@Vikr-182 @RudeNinja Thanks a lot for sharing ur codebase and wonderful work , i had the following error when i try to run gradio with the given input below i...

What is the average tokens per second for MiniGPT-4, InstructBLIP-2 and BLIP-2?

mask = mask_x & mask_y & mask_z indices = np.where(mask) dts = dts[indices] max_dist = max(abs(target_x - 100), abs(target_y - 100)) elem = int(min(np.ceil(((max_dist + 50)/100) * (len(dts) - 1)),...

lidardata = batch['point_clouds'][2].squeeze()[2].numpy() for ptind, pt in enumerate(lidardata.T): if batch['point_clouds_labels'][2].squeeze()[2][ptind] in labels_allowed: pts.append(pt) In this code snippet, we are looking for the data inside the labels_allowed list but it is...