FashionAI_Keypoints
FashionAI_Keypoints copied to clipboard
Heatmap approach for Fashion AI keypoint Challenge
取关键点的方法?
- 在dataloader里面取关键点:是以中心点位置周围的固定大小区域,如果服装不在中心位置,是不是就丢掉了这部分样本或者关键点?
Hi,I Just ran your project follow the instruction. I installed all the dependencies, and changed `ann_path` and `img_dir` to my file path. However, I get this `loss = nan`, is...
Please kindly share the site or link where the data used in this repository can be obtained. DeepFashion-C doesn't provide data for 23 keypoints nor does it have any CSV...
Confused by the apply_fix(self) function. Would mind telling us why you set it? def apply_fix(self): # 1. fix bn # 2. fix conv1 conv2 for param in self.resnet.conv1.parameters(): param.requires_grad =...
Thank you!
when i use a trained model of FPN,submit.py have an error called `p4_out = torch.add(self.P4_conv1(C4), F.upsample(p5_out, scale_factor=2))` `RuntimeError: The size of tensor a (23) must match the size of tensor...