Zuhui Wang

Results 8 comments of Zuhui Wang

我也遇到了相同的问题。

我觉得你是对的!谢谢

应该就是个typo, 你直接改成 `test_data = DogCat(opt.test_data_root,test=True)` 就行了

不知道LZ搞懂了没有? 我的理解是_parse()函数在创建opt实例的时候还没有被调用,它不检查内部的实现。但是在main.py 里面执行 `opt._parse(kwargs)` 这句时候,它才会进到内部去检查,发现已经有了一个opt的实例,并且追加一个属性(device)。 如果你有更好的理解,可以跟我交流,谢谢。

Do you understand it now? I also get confused about these values.

+1. I am looking forward to the codes. It is an awesome work.

I got the same issue when set _num_workers_ > 0 when using mmdetection. It will be fine if _num_workers_ set to be 0.

这是原作者的笔误?(少写了个s),还是API的特殊用法?