clelouch

Results 11 issues of clelouch

Thanks for your repo. Have you considered supporting 3D convolution?

in models.py line 184 ` :param cmap_lengths: character sequence lengths, a tensor of dimensions (batch_size, word_pad_len)` the shape of cmap_lengths should be (batch_size)?

Hi, thanks for your code! After reading the code and your paper, I have some questions. 1. You wrote in your paper that you do not enforce the ratio test...

#9 When i use matlab script to evaluate descriptors like hardnet and geodesc, I modify the matlab/data/best_normalizations.csv. ![image](https://user-images.githubusercontent.com/33519394/85287457-e3682900-b4c6-11ea-9bfd-5fa41faf9488.png) After that, I run the run_article.m and res_article.m in sequence. However, I...

![image](https://user-images.githubusercontent.com/33519394/91628069-d5ff7b80-e9ee-11ea-8b43-192b6ff0045b.png) Thanks for your code and paper. I'm curious about the visualization of low-level and high-level features. Could your please tell me how to generate such a figure?

Thanks for your code and paper. I notice that there is no validation set in the training stage. and the training process is stopeed when the loss converges. I am...

![image](https://user-images.githubusercontent.com/33519394/106741219-6012d680-6656-11eb-9d86-642662814320.png) it seems that the mask_scores = 0.3 * mask_iou + bbox_score

Thanks for your great work. In your code, mask_on== false indicates instance segmentation task while mask_on ==True indicates object detection. In D2Det.py ![image](https://user-images.githubusercontent.com/33519394/106593061-49537d80-658b-11eb-8bb0-e7df42323e91.png) In D2Det_head.py ![image](https://user-images.githubusercontent.com/33519394/106593483-d39be180-658b-11eb-839c-71e2553ff00c.png) But when mask_on==false, the...

Hi, thanks for your code. I want to plug the STN into a CNN, and after comparing your code with the code in[ pytorch tutorial](https://pytorch.org/tutorials/intermediate/spatial_transformer_tutorial.html), I find some differences. ![image](https://user-images.githubusercontent.com/33519394/84785002-892a1c80-b01d-11ea-9f4b-fdc7bbc6ba5c.png)...

Thanks for your code and paper. In your implementation, the DWG is proposed to evaluate the reliability of spatial and temporal features and it assigns different weights to features at...