how can i run the lstm_objection_detection code to train?

40 views Asked by At

i've read this code(https://github.com/tensorflow/models/tree/master/research/lstm_object_detection) but have no idea to run it,and how to make my custom dataset?i'm new and only use yolo ,now try to use net based on video

how to make my own dataset like imagenet VID?

1

There are 1 answers

1
Mojtaba Moghri On

The LSTM object detection code you mentioned is a complex model and can be challenging to implement. You must have a good understanding of TensorFlow and object detection to successfully implement this model. However, the TensorFlow team has provided detailed instructions on how to run the code in the repository's README file.