pascal-5 icon indicating copy to clipboard operation
pascal-5 copied to clipboard

Typo, so it is not generating all dataset.

Open sunggukcha opened this issue 4 years ago • 0 comments

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.

sunggukcha avatar Apr 14 '20 10:04 sunggukcha