lmichalke
Results
2
comments of
lmichalke
I found the leak, it is in DainDataset.py line 49. > my_combo["original"] = numpy.array(PIL.Image.open(self.combos[index]["f1"]).convert(self.frameFormat)) The dict where this image is added is still referenced by member variable self.combos, so you...
Try the other thing I suggested. Btw I recommend using [this tool](https://github.com/n00mkrad/flowframes) instead, it is much more polished.