Qilong Zhang

Results 17 comments of Qilong Zhang
trafficstars

> 您好,我遇到同样的,请问是什么问题 .npy文件没有下载好

@jclh9506 你好,关于你说的对应pytorch的模型,我们转换过,你可以去[这里](https://github.com/ylhz/tf_to_pytorch_model)获取。此外,也欢迎你能多多关注我们的[工作](https://scholar.google.com/citations?user=IgPyQWYAAAAJ&hl=zh-CN)(许多工作都在讨论黑盒迁移性)。

I have the same question. I load the checkpoint by the following code: ```python model = resnet.__dict__['resnet32']() check_point = torch.load('resnet32-d509ac18.th') model.load_state_dict(check_point['state_dict']) ``` However, it cannot load and report ```python Missing...

@ziqi-zhang Hi, have you solved this issue? I also meet this problem.

@gurkirt Hi! I'm a little confuse that where yolov3.weight from? because when I use yolov3.weight to test on COCO, it's reuslt is really good! But If I train `python3 test.py...

@hdjsjyl I can't run this code, I think maybe my citypersons dataset is not right. could you give some advice or link to download this dataset? Thank you very much!

@hdjsjyl I download images from https://www.cityscapes-dataset.com/file-handling/?packageID=28,but it's only 2.2MB. Is it right?

@liuwei16 @frezaeix @msha096 Hi, could you give me links to download cityperson datasets? I try many times, but always is wrong. I try to download images from: [leftImg8bit_trainvaltest.zip (11GB)](https://www.cityscapes-dataset.com/file-handling/?packageID=3) [gtBbox_cityPersons_trainval.zip...