Fangyh09

Results 9 issues of Fangyh09

Hello, it cannot use in macOS 10.15.

Hello, I use hovorod with radam, but it has typeerror ``` TypeError: must be real number, not NoneType ```

bug

Does your HumanEva results use HumanEva_I or HumanEva_II?

question

Hi, I saw Radar Echo Dataset in the paper. Where can I download the Radar Echo Dataset? Thanks.

Support receptive field. It will not affect the previous function. ```python from torchsummary import summary summary(your_model, input_size=(channels, H, W), has_receptive_field=True) ``` `start` is the center of first item in the...

It seems the width and height of the feature map must be same. Can they be differenct? https://github.com/leaderj1001/Attention-Augmented-Conv2d/blob/1ce94a3072c2d9aabe258313b3a17c974d987411/AA-Wide-ResNet/attention_augmented_conv.py#L35-L36

What are the possible options for alloc_events_on_CPU? Thanks~

 I downloaded the data provided from http://visiondata.cis.upenn.edu/ordinal/lsp-mpii/lsp-mpii-ordinal.zip. However, I found the joints annotation does not match the image. Does joints ordinates are scaled to 256x256? Thanks! ```python data_dir = "lsp-mpii-ordinal/mpii_upis1h"...

Hi, is there a docker image for it? Thanks!