kpyon-w

Results 3 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.