Allen Xavier Arasan
Allen Xavier Arasan
I want to integrate the open-sourced Kerberos VMS with a code of requirement and feed it back to the Display GUI. My question is what are the APIs to get...
I have created a Database for my use case which detects people coming in contact with, I want to create dataset for it just like the Infectious dataset. How can...
Using MacBook Air m2 8GB Random Generated texts without context
```python v2x_seg_dataset = V2XSimSeg(dataset_roots=[data_path], split=split, config=config, val=True, kd_flag=True, bound='both', no_cross_road=False) padded_voxel_points, padded_voxel_points_teacher, seg_bev = v2x_seg_dataset[0][0] padded_voxel_points = padded_voxel_points.cpu().detach().numpy() plt.imshow(np.max(padded_voxel_points.reshape(256, 256, 13), axis=2), alpha=1.0, zorder=12) ``` using v2x-Sim-mini 2.0 ```python {...
Hi, I am a Student recently working on this, I want to use HEAL with v2xsim 2.0, how ever I have not found any tutotials regarding it. I have used...
I've downloaded the additional.zip file for the semantic view in OPV2V, but I ran into a data mismatch. Although the labels are consistent, the structure isn’t fully aligned. For example:...
Hello, Thank you for the great work you guys have done. I followed the step that showed me how to train. However, I get this error when I try to...