Lesson 5 – Installing XML Tools For TensorFlow Object Detection Vision Intelligence Environment

Опубликовано: 16 Июль 2026
на канале: CodingScientist
364
13

In this lesson I will show how to install dependencies for Tensorflow Object Detection API uses the TFRecord file format. XML file in the data contains the information of all the bounding boxes.

You need to label the data in order to train classifier. Labelled data are at the basis of all supervised ML technique. XML files are just one of the many formats

sudo apt-get install libxml2-dev libxslt1-dev