Avani Gupta

Results 9 issues of Avani Gupta

I was trying to compile the[ prepare data](https://github.com/yulequan/PU-Net/tree/master/prepare_data) code using g++. I am getting a lot of errors. Can you indicate how to resolve it? ![image](https://user-images.githubusercontent.com/33591258/107387585-fd6c7f80-6b1a-11eb-9b1e-b12c7afaa1ac.png) ![image](https://user-images.githubusercontent.com/33591258/107387556-f47bae00-6b1a-11eb-84a5-12ff1990fd8a.png)

The model is trained using hdf5 format dataset. Can you provide a script to convert normal ".off" meshes to that format? Or how can we input ".off" files while testing...

**Describe the bug** While running ``` import pytorch2keras k_model = pytorch2keras (model_pt, input_var, [(3, 32, 32,)], verbose=True, names='short') ``` I am getting the following error: ![image](https://user-images.githubusercontent.com/33591258/149786506-ebbd8192-5b33-4ea4-9453-e5409ee75bec.png) I am using ubuntu20.04,...

bug

I had the same doubt as https://github.com/tensorflow/tcav/issues/83 https://github.com/tensorflow/tcav/issues/107 https://github.com/tensorflow/tcav/issues/41 I flipped the sign for tcav calc (< changed to >)and took gradient wrt logit(unnormalized output of network, `self.pred`). Still, I...

I followed https://github.com/hyangwinter/flownet3d_pytorch/issues/8 and replaced ```AT_CHECK``` and ```THCState_getCurrentStream(state)``` with ```TORCH_CHECK``` and ```at::cuda::getCurrentCUDAStream()``` respectively. But I get this error while running ```python setup.py install``` ![image](https://user-images.githubusercontent.com/33591258/123849942-0974a480-d937-11eb-89bd-fa765cd51b38.png) System: OS: Ubuntu 20.04 LTS Python...

After clicking on listen icon in voice_search getting this error Have edited the manifest.xml and info.plist files for permission, still permission handler doesn't provoke the permission and page directly stucks...

On running `python test.py --exp_name=pugan --gpu=0 --resume ../checkpoints/pugan/G_iter_99.pth ` on test dataset of [PUGAN](https://drive.google.com/file/d/1BNqjidBVWP0_MUdMTeGy1wZiR6fqyGmC/view) I get the following error, ![Screenshot from 2021-02-06 15-42-18](https://user-images.githubusercontent.com/33591258/107115368-3514c680-6892-11eb-9bf3-60ba5722eed6.png) Would really appreciate if you point what...

Can you confirm the value of d in JointBilateralFilter. In the code it is used as -1 but is not mentioned in paper. With self as flat image and sigmaColor=22,...

The dataset creation and loading for decoy has a bug (getting the error below) Could it be looked into @laura-rieger @csinva ? >python train_mnist_decoy.py ``` Traceback (most recent call last):...