Wenhao Wang

Results 50 comments of Wenhao Wang

没太看懂是哪里不匹配 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: Gs928 ***@***.***> 发送时间: 2021年6月10日 11:28 收件人: WangWenhao0716/Adapted-Center-and-Scale-Prediction ***@***.***> 抄送: Subscribed ***@***.***> 主题: 回复:[WangWenhao0716/Adapted-Center-and-Scale-Prediction] 测试代码种,输入模型的图片和后处理的图片尺度不匹配 (#19)

你这样print一下,应该匹配 ``` print(inputs.shape) print(config.size_test) ```

不错,感谢指出,这个可能是个bug 发自我的 iPad ------------------ 原始邮件 ------------------ 发件人: Gs928 ***@***.***> 发送时间: 2021年6月10日 12:34 收件人: WangWenhao0716/Adapted-Center-and-Scale-Prediction ***@***.***> 抄送: Wenhao Wang ***@***.***>, Comment ***@***.***> 主题: 回复:[WangWenhao0716/Adapted-Center-and-Scale-Prediction] 测试代码中,输入模型的图片和后处理的图片尺度不匹配 (#19) print(input.shape)-->torch.Size([1, 3, 1024, 2048]) print(config.size_test)-->(1280, 2560)...

保持1024 2048 发自我的 iPad ------------------ 原始邮件 ------------------ 发件人: Gs928 ***@***.***> 发送时间: 2021年6月10日 12:37 收件人: WangWenhao0716/Adapted-Center-and-Scale-Prediction ***@***.***> 抄送: Wenhao Wang ***@***.***>, Comment ***@***.***> 主题: 回复:[WangWenhao0716/Adapted-Center-and-Scale-Prediction] 测试代码中,输入模型的图片和后处理的图片尺度不匹配 (#19) 我想请教一下,您设计的初衷是想要让test阶段的size变为(1280, 2560)呢,还是就保持(1024, 2048) — You...

这个其实我没注意到;我觉得这两个setting没区别。但不应该同时出现两个不同的 发自我的 iPad ------------------ 原始邮件 ------------------ 发件人: Gs928 ***@***.***> 发送时间: 2021年6月10日 12:37 收件人: WangWenhao0716/Adapted-Center-and-Scale-Prediction ***@***.***> 抄送: Wenhao Wang ***@***.***>, Comment ***@***.***> 主题: 回复:[WangWenhao0716/Adapted-Center-and-Scale-Prediction] 测试代码中,输入模型的图片和后处理的图片尺度不匹配 (#19) 我想请教一下,您设计的初衷是想要让test阶段的size变为(1280, 2560)呢,还是就保持(1024, 2048) — You are...

我这边没实验过 发自我的iPhone ------------------ 原始邮件 ------------------ 发件人: yaru-w ***@***.***> 发送时间: 2021年6月11日 22:40 收件人: WangWenhao0716/Adapted-Center-and-Scale-Prediction ***@***.***> 抄送: Wenhao Wang ***@***.***>, Comment ***@***.***> 主题: 回复:[WangWenhao0716/Adapted-Center-and-Scale-Prediction] 测试代码中,输入模型的图片和后处理的图片尺度不匹配 (#19)

不错 发自我的 iPad ------------------ 原始邮件 ------------------ 发件人: Gs928 ***@***.***> 发送时间: 2021年6月15日 10:00 收件人: WangWenhao0716/Adapted-Center-and-Scale-Prediction ***@***.***> 抄送: Wenhao Wang ***@***.***>, Comment ***@***.***> 主题: 回复:[WangWenhao0716/Adapted-Center-and-Scale-Prediction] 测试代码中,输入模型的图片和后处理的图片尺度不匹配 (#19) (1280, 2560)这种尺寸我没试验过,但是保持1024 2048会使得结果略有改善。 — You are...

Yes, I provide three models: one more with pre-trained on EuroCity Person dataset. Google Drive: https://drive.google.com/drive/folders/1MS2Mh_TAdU4rJaP1Z-NiXojVQm_VYS__?usp=sharing

I think the above models are the ResNet-101 models if there is nothing wrong with my memory.

OK, I know. It is available at https://drive.google.com/file/d/1FGjlrkHnLOVn2COmOuEXw2O8FOpSlJxw/view?usp=sharing