mjdietzx / SimGAN

Implementation of Apple's Learning from Simulated and Unsupervised Images through Adversarial Training
MIT License
411 stars 101 forks source link

This line does not update self.image_history_buffer, but it should? #22

Closed KnollFrank closed 1 year ago

KnollFrank commented 1 year ago

https://github.com/mjdietzx/SimGAN/blob/f4920bd97660ae27d90eb74605d6ec3c4c7e4e55/utils/image_history_buffer.py#L37

KnollFrank commented 1 year ago

so self.image_history_buffer is always empty and buffers no images

KnollFrank commented 1 year ago

this has already been mentioned in another post