kpyon-w

Results 4 comments of kpyon-w

> Have you solved this problem? change version ,it will running

open the package pycocotools.py/coco.py ,change line ` with open(annotation_file, 'r') as f: dataset = json.load(f)` to ` with open(annotation_file, 'r', encoding='utf-8') as f: dataset = json.load(f)`

> hi, have you solved this? I also face the error and have no idea. no,i can‘t resolve it.

I have the same problem as you, the server failed to run the error array can not concat. I compared the local environment with the server environment, and found that...