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

python tool to generate pascal-5i dataset

Results 5 pascal-5 issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/56733007/177923143-72a5b011-5337-46ee-b9d3-dbf54cbd3a98.png) Can someone tell me how to solve this problem? 请问有人可以告诉我这个怎么解决吗?

I think there is a small error on plt.imread('....png') plt.imread got a 4 channel .png images. The first three channels are RGB, respectively, and the fourth channel is the maximum...

- Project was generating only 2 folds instead of 4 due to bug - Fixed grammatical errors in README.md file

Before, Xing, thanks to your work. Current version generates 0th dataset well, but not the rests. 1. 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_index*5:config.current_index * 5+5] config.pascal5_colormap=config.color_map[config.current_index*5:config.current_index *...