Closed jsherrah closed 11 years ago
in pomio.py:
# TODO: there is a bug here. If numberSamples is 1 for example, all these are 0. classSampleSizes = np.round((numberSamples * classDist) , 0).astype('int')
The problem comes when you feed in only 1 image
fixed now ant?
Added hacks to fix this, if you don't experience any issues go ahead and close.
in pomio.py:
The problem comes when you feed in only 1 image