keypoints icon indicating copy to clipboard operation
keypoints copied to clipboard

question about the model.py

Open Liz66666 opened this issue 7 years ago • 1 comments

Hi @hackiey , Thanks for your code. But I still have a question about the network in your implement. Paper said that "we employ atrous convolution to generate the 3 · K predictions", but in your model.py, you used nn.ConvTranspose2d. Is these two methods same? https://github.com/hackiey/keypoints/blob/a676ef08ee8f32d68d2fa1273955cf3ff7b5f9f4/src/model.py#L24

Liz66666 avatar Nov 18 '18 08:11 Liz66666

In line 10: self.num_outputs = num_classes * 3

HowieMa avatar Dec 16 '19 19:12 HowieMa