Lilinxiang_ysu

Results 3 comments of Lilinxiang_ysu

1. first create a new script as fellow: ``` import os # **need to change** parent_path = "/home/llx/ROS_WS/3D_MOT_lidar_ws/src/real_time_tracking_AB3DMOT/src/AB3DMOT/data/KITTI/tracking/testing/calib" for filename in os.listdir(parent_path): # print(filename) path = os.path.join(parent_path, filename) f =...

> Hello I have a Data set, how to predict my data and detect its lane and how to visualize it? if we want to get visualize all of the...

> > > When I run ''sudo python3 setup.py install'' ,error occurred ![image](https://user-images.githubusercontent.com/115403971/281939187-251e8418-14f0-47a9-84c9-0e81acee9df9.png) it shows I don't have torch module, but the picture shows I have installed the torch >...