VisDrone-dataset-python-toolkit icon indicating copy to clipboard operation
VisDrone-dataset-python-toolkit copied to clipboard

This repository provides a basic Pythonic toolkit for the VisDrone-Dataset (2018).

Results 3 VisDrone-dataset-python-toolkit issues
Sort by recently updated
recently updated
newest added

Fix the error to the width and the height of image to write the xml files

https://github.com/dronefreak/VisDrone-dataset-python-toolkit/blob/53c5b4253baafb493379c99e1a9a48850246704e/convertVis_to_xml.py#L75 width = img.shape[1] height = img.shape[0] ``` {} {} {} 0'''.format(img_file, img_path, img.shape[0], img.shape[1], img.shape[2]) ```

Hi, I need some basic information regarding processing of Visdrone datatset: 1. Did you train the Faster-RCNN on visdrone for all object categories (10) and all training images (6471), or...