Pedestron
Pedestron copied to clipboard
[Pedestron] Generalizable Pedestrian Detection: The Elephant In The Room. @ CVPR2021
Results
1
Pedestron issues
Sort by
recently updated
recently updated
newest added
before the [code](https://github.com/hasanirtiza/Pedestron/blob/master/tools/convert_datasets/crowdhuman/convert_crowdhuman_to_coco.py#L60), some codes need to be added, and the final code is: ``` json_fp = open(json_path, 'w') json_str = json.dumps(json_dict) json_fp.write(json_str) json_fp.close() ```