PVG icon indicating copy to clipboard operation
PVG copied to clipboard

About training on custom datasets

Open LongJi12 opened this issue 11 months ago • 1 comments

If you want to train on a custom data set, do you need to convert it to the format of the kitti data set first? Is there any specific method?

LongJi12 avatar Mar 20 '24 05:03 LongJi12

Hi, yes you can convert it into kitti format, or write a datareader yourself, just make sure it has the same output as in https://github.com/fudan-zvg/PVG/blob/main/scene/kittimot_loader.py

SuLvXiangXin avatar Mar 21 '24 15:03 SuLvXiangXin