QcQcM

Results 7 comments of QcQcM

Thank you for your prompt reply. In fact, I normalized the heatmap with `heatmap = dsntnn.flat_softmax(heatmap)` based on the example. Maybe because my torch is 1.2.0? I found that you...

I use `pip install dsntnn==0.4.0a0` to change the version of dsnt the code used dsnt is ` heatmap = dsntnn.flat_softmax(heatmap) batch_location_dsnt = dsntnn.dsnt(heatmap)` the value of batch_location_dsnt I get is...

**the first two output of dsnt:** ``` [[ 2.3011e-03, 4.8983e-03]], [[ 2.5807e-03, 5.0080e-03]], ``` **the first two coordnite output of dsnt**(return of function normalized_to_pixel_coordinates): ``` tensor([[[7.4616, 7.5037]], [[7.4597, 7.5175]], ```...

I have to say, you are so kind!!! I have tried 2), it seems like better than before ,but still far away from right result,and I realize the result when...

I have met the same question when I use SAN code to train and test. the evaluation result of epoch 99 printed by training is :(nms on 3 datasets is...

我重新训练了一下网络,解决了这个问题。谢谢,可能以后还有问题要麻烦您。 ------------------ 原始邮件 ------------------ 发件人: "D-X-Y/landmark-detection"

> Hi, same here. Have you solved the issue? Thanks You can try make directory SAN as source root ,then the model file path will be same.