Gasp34

Results 8 issues of Gasp34

**Describe the bug** A get the error : Layer weight shape (4, 19, 4, 300) not compatible with provided weight shape (4, 19, 1, 300) **To Reproduce** ``` class ConvNet(nn.Module):...

bug

Hello, If I understand correctly, when doing linear probing, you only train the last FC layer. But in the classification head of the ViT, the last FC layer uses the...

Hey :) I'm trying to use kc.convert_model_from_saved_files but I have this keyerror : ``` File "C:\Users\XXXXXXX\Anaconda3\lib\site-packages\deeplift\conversion\kerasapi_conversion.py", line 349, in layer_name_to_conversion_function return name_dict[layer_name.lower()] KeyError: 'batchnormalizationv1' ``` The model is not complicated...

Hey, I think the implementation of the propagation is wrong. I fixed it and I used numba to speed up the script. It works better and it is much faster...

I may be wrong but I think the implementation of the propagation is not as in the paper. I did a pull request here : https://github.com/MingtaoGuo/PatchMatch/pull/3

Hi, Can you explain how you can get the top-k results as on Figure 4 during the inference part ? Do you compute a distance between the _Dfull_ of all...

### Search before asking - [X] I have searched the Pytorch-Wildlife [issues](https://github.com/microsoft/CameraTraps/issues) and found no similar bug report. ### Question Hello, do you have an approximate release date for MegaDetectorV6?...

good first issue
question
discussion

Hi, Thanks for the repo ! Can you add the following feature ? I would like to change the width of the edges according to a weight parameter For example...