workingcoder

Results 6 issues of workingcoder

I have installed the alphapose according to the 'docs/INSTALL.md'. Env: cuda10.2 python3.6 torch1.1.0 ![image](https://user-images.githubusercontent.com/26352836/150798344-d54c41db-1ffd-4852-95db-adf6eb020c92.png) However, I encountered a bug when I run the 'demo_inference.py' python scripts/demo_inference.py --cfg configs/coco/resnet/256x192_res50_lr1e-3_1x-simple.yaml --checkpoint pretrained_models/simple_res50_256x192.pth...

Add paper&code link to EDCNN model (my research in this task). (^-^)

EDCNN is a new low-dose CT denoising model proposed by me. Add the relevant link to your repository. (^-^)

First of all, thank you for providing this code as a benchmark method for the VI-ReID task. During the experiment, I found a serious problem in the Non-Local module. The...

I noticed that the Baidu Pan link of checkpoints has failed. Can you provide it again?

In the file 'MPANet/models/baseline.py', the 'train_forward' function calculates the final loss composed of multiple components. In the following code snippet, I notice that 'v_cls_loss' and 'i_cls_loss' are added twice. ```...