Lilinxiang_ysu
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  it shows I don't have torch module, but the picture shows I have installed the torch >...