Yasir Jan

Results 4 comments of Yasir Jan

I also had to stitch A and B as well, for testing. If we dont stitch it takes half of the image as input. I think this was done so...

I have tried #79 but it is not working for me. I have 20460 test images and only 19185 images are generated at the output. Some random files are skipped....

@uakfdotb I tried the command print(self.classList[i]). Because of the screen scrolling limit, I could see last values ranging from 19476:20460. There is no repitiiton, and they are in a sequence....

#79 working for me too... I was doing a mistake Incorrect way: self.classList[i] = torch.range(runningIndex + 1, runningIndex + length, length):long() Correct way : self.classList[i] = torch.range(runningIndex + 1, runningIndex...