debug : If you want to check the bounding boxes or annotation information.When you want to make json file,python main.py --path <Absolute Path of train.txt> --output <Name of the json file> (For example)python main.py --path /home/taeyoungkim/Desktop/Yolo-to-COCO-format-converter/tu...
You don't need to specify yolo-subdir argument.python main.py --path <Absolute path to dataset_root_dir> --output <Name of the json file> (For example)python main.py --path /home/taeyoungkim/Desktop/Yolo-to-COCO-format-converter/tutorial/ --output train...
You don't need to specify yolo-subdir argument.python main.py --path <Absolute path to dataset_root_dir> --output <Name of the json file> (For example)python main.py --path /home/taeyoungkim/Desktop/Yolo-to-COCO-format-converter/tutorial/ --output train...
Or when you want to check the bounding boxes,python main.py --path <Absolute Path of train.txt> --output <Name of the json file> --debug (For example)python main.py --path /home/taeyoungkim/Desktop/Yolo-to-COCO-format-converter/tutorial/train.txt --output train --debug...
conda create -n Yolo-to-COCO python=3.8 conda activate Yolo-to-COCO pip install numpy pip install opencv-python pip install imagesizeJust clone this repository.git clone https://github.com/Taeyoung96/Yolo-to-COCO-format-converter.git cd Yolo-to-COCO-format-converter...
Cancel Create saved search Sign in Sign up {{ message }} Taeyoung96 / Yolo-to-COCO-format-converter Public Notifications You must be signed in to change notification settings Fork 90 Star 254 Code Issues 1 Pull requests Actions Projects Security ...
if opt.results == True: #yolo_result to Coco_result (saves confidence) conf = float(label_line.split()[5]) float_x_center = w * x_center float_y_center = h * y_center float_width = w * width @@ -97,6 +100,7 @@ def get_images_info_and_annotations(opt): catego...
You don't need to specify yolo-subdir argument.python main.py --path <Absolute path to dataset_root_dir> --output <Name of the json file> (For example)python main.py --path /home/taeyoungkim/Desktop/Yolo-to-COCO-format-converter/tutorial/ --output train...
conda create -n Yolo-to-COCO python=3.8 conda activate Yolo-to-COCO pip install numpy pip install opencv-python pip install imagesizeJust clone this repository.git clone https://github.com/Taeyoung96/Yolo-to-COCO-format-converter.git cd Yolo-to-COCO-format-converter...
Or when you want to check the bounding boxes,python main.py --path <Absolute Path of train.txt> --output <Name of the json file> --debug (For example)python main.py --path /home/taeyoungkim/Desktop/Yolo-to-COCO-format-converter/tutorial/train.txt --output train --debug...