Arka Mukherjee
Arka Mukherjee
The Docker in the repository no longer works, as NVIDIA updated their GPG keys in [Apr 2022](https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/). The dockerfile has been updated here
In some 1 -> 1 matching scenarios, no features are detected, as the Tensor returned by the Normalization method (`MyNormLayer`) has NaNs in it. The fix is to just add...
I am following the `Install.md` file as given, and I install the CudaToolKit along with PyTorch (same line of code): ``` conda install pytorch=1.3.1 torchvision cudatoolkit=10.0 -c pytorch -y ```...
**Describe the bug** I was going over earlier PRs, and I noticed negative padding working was pushed to the repository for `onnx-tensorflow`. The PR I was referring to is [this](https://github.com/onnx/onnx-tensorflow/pull/588/files)...
The CNNGeometric Class does not have a parameter for the Geometric Model, and the model does not run successfully, and an error is thrown upon running the cells. Instead, I...
Hi, The Cython execution time is significantly higher than using without Cython. Tested with 4-5 different images. I presume there is a bug in the Cython implementation or that for...
The changes are as follows: 1. `NCC_part` had a tendency to go out of index in some type of images. That has been fixed using edge case checkers. 2. Added...
If the max_indices contain 0s, then the code completely breaks and we are unable to compute the bounding box. Steps to reproduce: Any scenario where `max_indices` has a 0 value...
Hello there, I have noticed that there's a major memory leak in the repository when we use the Phong renderer, and try to render multiple images (eg: On datasets such...
In some cases, if an image consists of homogenous patches, we might get a division by zero issue that results in no features being detected. To handle this issue, I...