Syniez / SlaBins

Official repository for SlaBins: Fisheye Depth Estimation using Slanted Bins on Road Environments (ICCV 2023)
MIT License
94 stars 1 forks source link

How to sample a part of the data for training, verification, and testing? #1

Open wenjie-yuan opened 8 months ago

wenjie-yuan commented 8 months ago

image The paper does not use the full data of kitti-360, but samples a part of the data for training, verification, and testing. Why is it sampled? Can you share the sampling method and the generated txt file? This will make it easier for others to do comparative experiments.

Syniez commented 8 months ago

In the case of SynWoodScape dataset, we used a total of 18K datasets for training (14.4K), validation (1.8K), and testing (1.8K). Although KITTI-360 provides many more dataset sequences than SynWoodScape, we decided to use a similar amount of data as SynWoodScape. (So we used a total 19.2K data)

The reason why we sampled the dataset:

dense_train_kitti360.txt dense_val_kitti360.txt dense_test_kitti360.txt