feicay / LaserNet

12 stars 6 forks source link

Readme.md / Trainlist.txt #2

Open drajashe opened 3 years ago

drajashe commented 3 years ago

Hello Yifei, Ii was trying to run your code. I have changed the paths with respect to the folders pointing to Kitti in . However I dont have the trainlist.txt and hence stuck with file not found error. Can you please share your trainlist.txt.

Error: Visdom python client failed to establish socket to get messages from the server. This feature is optional and can be disabled by initializing Visdom with use_incoming_socket=False, which will prevent waiting for this request to timeout. Traceback (most recent call last): File "train.py", line 163, in train() File "train.py", line 36, in train trainset = Lidar_xyzic_dataset(trainlist) File "D:\SensorFusion\Code\Research_code\LaserNet-master\data\datagen.py", line 39, in init with open(filelist, 'r') as fp: FileNotFoundError: [Errno 2] No such file or directory: '/raid/pytorch_ws/LaserNet/trainlist.txt'

Can you please share your local files used in data folder.

Thank you, Deepti R S