YoloToTfRecords icon indicating copy to clipboard operation
YoloToTfRecords copied to clipboard

tools for converting yolo boxes to pascal voc xml and TFRecords

Results 5 YoloToTfRecords issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "generate_tfrecord.py", line 22, in from object_detection.utils import dataset_util ModuleNotFoundError: No module named 'object_detection'

Is there any license? At what conditions software can be used?

/Users/ajayvbabu/x/aaaa/YoloToTfRecords/pascal_voc_writer/VisDrone/0000001_02999_d_0000005.jpg Traceback (most recent call last): File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 359, in get_provider module = sys.modules[moduleOrReq] KeyError: 'pascal_voc_writer' During handling of the above exception, another exception occurred: Traceback (most recent call...

hi first of all, i really appreciate your effort to write the code. actually I'm nearly a newbie in Linux and i don't know what directory i should replace with...

Hi, can the code be used to convert data the other way around - TfRecords csv file to Yolov3 txt format?