Devansh Agarwal
Devansh Agarwal
@samet-akcay I am facing a problem. I need to add perlin noise to the image for training as done [here](https://github.com/cqylunlun/GLASS/blob/main/datasets/mvtec.py) in the __getitem__ method. Should i add it to the...
Thank you for the advice. I will look into it and get back to you if I do not understand something.
@samet-akcay I have created one new commit. Please check it. I have noticed a few issues, - One is computing the center of the dataset. Since we are using the...
@samet-akcay I will also need to create a datamodule for the [DTD dataset](https://www.robots.ox.ac.uk/~vgg/data/dtd/). Should I add that in this PR only or create a new PR?
> Looking at your code, it is not entirely clear to me how you are intending to use `batch.aug`. The current `(Image)-Batch` class does not contain the `aug` key. Were...
@samet-akcay @ashwinvaidya17 @djdameln The PR is ready for review. Can you please review it?
Yes, I can see them. I will address those also and see what I can do to solve them.
@samet-akcay The pre-commit hook is giving error in the line 202 of the `lightning_model.py` file. It says that .shape is not an attribute of item type any | none. But...
hi @hgaiser , thank you for your interest in this implementation. I would suggest waiting for sometime until all the issues are fixed and the pr is merged.