Closed andreqwert closed 3 years ago
I have figured it out.
test_data
--> id00000_data4_2020_05_11
(named with timestamp) --> 1
(num of lidar) --> image
, lidar
, parameters
folders should contain the equal number of properties for sure (1 lidar = 1 timedate folder with data).
Sorry for the inconvenience
Hello,
Thanks for sharing your code! I've recently tried your repo to make lidar points detection on the group of frames (I have 1 lidar). Used pre-trained weights, provided
.pcd
's,.jpg
's, andconfig.txt
for every frame. Unfortunately, it worked for me on the first frame only, but the following frames had not any impact. The problem lay in the way there is no error traceback so I get result for the first frame only, eventually. May you please provide any instructions on how the custom dataset should be stored correctly?