Open OuyangJunyuan opened 2 years ago
Hi,
Yes, we randomly pick 80% labeled examples for training and use the remaining 20% for validation. You can simply write a script to generate the split or just follow the strategy you've mentioned.
Hi,
Yes, we randomly pick 80% labeled examples for training and use the remaining 20% for validation. You can simply write a script to generate the split or just follow the strategy you've mentioned.
awesome! thanks for rapid reply
as mention in this work:
it means you use 80% of that to train and 20% to turn parameters, and then summited the best one to KITTI test server? and where could I get this 5-fold cv split files?( or just done by simply skip 4 sample,if so i can do by myself)