- 1_get_coordinates_from_mouse.py: Getting x,y coordinates of the points by clicking on the image
- 2_image_to_video_generation.py: Generating a video by using the given frames
- 3_merge_videos.py: Merging multiple videos into one video to watch them all.
- 4_parse_frames_from_video.py: Parsing a video into frames based on 1 frame for each second.
- 5_binary_mask_generation.py: Generating binary masks to be used in semantic segmentation under a folder named 'masks' from json files gathered under a folder named 'json.
- 6_rotate_image_based_on_coordinates.py: Rotating image based on the four coordinates given by the user.
- 7_generate_txt_from_json.py: Generating txt files to be used in YOLO. Adjust the path that contains json files. Json files should be generated via labelme program.
- 8_basic_reading_webcam.py: Basic reading the frame from webcam and showing the stream.
- 9_create_txt_of_yolov8_results.py: Creating txt files of yolov8 results in YOLO format.
- 10_class_names_enum.py: Creating enum of string class names.
- 11_generate_json_from_json.py: Creating json files by using txt and image files.
- 12_read_from_mat_and_save_to_json: Reading mat extensioned file and save the data as json format
- 13_read_write_json.py
- 14_change_label_name.py
- 15_create_train_test_data.py
- 16_append_dataframe.py
- 17_receive_messafe_from_can_bus.py
- 18_receive_message_from_can_bus_windows.py