Lokesh Badisa

Results 9 issues of Lokesh Badisa

Hi Hila, Outstanding Work!! I'm thinking to implement LRP for `mean` & `sum` function. How would you suggest implementing it? I'm thinking to use `Linear` layer if I know the...

Great work!! On which dataset is the model at `https://github.com/Sanster/models/releases/download/add_ldm/diffusion.pt` trained? Since LDM's github repository has seperate checkpoint file for each dataset, could you let me know on which dataset...

From the comparison graph in MI-GAN paper, SH-GAN seems to be the best in terms of FID. Could you please add it? It would be extremely helpful if you have...

What are the paths of the images which are showed in paper? Could you tell me that of the dog in Figure 1? Thank you.

Currently, the tool supports inpainting through cli and ui but having a python api is extremely helpful since it gives a better control on the process. Any possibility of working...

How is the area being calculated in the annotations? Straightforward method is pixel counting but the area has 2 decimal places. Also pixel counting and the area in annotations are...

I'm converting a notebook into rst with `jupyter nbconvert --to rst tutorial.ipynb --output-dir=./`. It is saving output of a cell as another cell instead as output. Am I missing any...

I installed pytorch-fid from [https://github.com/zengxianyu/pytorch-fid](https://github.com/zengxianyu/pytorch-fid). It still gives me `AttributeError: 'FIDModel' object has no attribute 'add_sample'`. There is no add_sample function. fid_model.py has: ``` class FIDModel(nn.Module): def __init__(self): super(FIDModel, self).__init__()...

As mentioned in #41, some classes are missing in MVImgNet_by_categories's folder. I need 38, 41 & 44 classes which are missing. Can you please upload them as well? Thank you....