pascal-5
pascal-5 copied to clipboard
Typo, so it is not generating all dataset.
Before, Xing, thanks to your work.
Current version generates 0th dataset well, but not the rests.
https://github.com/DeepTrial/pascal-5/blob/d46bb749a681a4eb69a55a244b2322fe89d94b45/config.py#L13
the 13th and 14th line should be config.pascal5_classlist=config.class_list[config.current_index5:config.current_index * 5+5] config.pascal5_colormap=config.color_map[config.current_index5:config.current_index * 5+5]
https://github.com/DeepTrial/pascal-5/blob/d46bb749a681a4eb69a55a244b2322fe89d94b45/script/splitDataSet.py#L22
as well as the above.