Project: Implementation of Label Editor
This is second article in Python Projects Series. This article includes the explanation and instructions of demo of this project. We also touch up on the topics like design and implementation of this project. This Python code works as a label editor through which you can draw bounding boxes and label them. CSV file shall be generated from this tool which contains information about your labelling. In case if you are new to this series, Please visit our previous article in this series. 1. Project : Implementation of Block Jump Game 2. Project: Implementation of Car Lane Change Game In case if you are new to Python, Please visit the following articles in series Python for Data Science . Python for Data Science Series - Part 1 Python for Data Science Series - Part 2 Using Numpy in Python Using Pandas in Python Data Visualization using Matplotlib Python Parsing XML file in python Parsing Json file in python Interactive Data Visualization using Plotly in Python ...