Obstacl Path Planner with Lstm - ROS2
PC: Ubuntu Mate 22.04
Python 3.10.12
virtual_env
tensorflow 2.16.2
keras 3.7.0
$ git clone https://github.com/tosa-no-onchan/opp_with_lstm.git
pre trained frozen model extract
$ cd opp_with_lstm/Models/test_opp
$ unzip a.model_frozen.pb.zip ---> a.model_frozen.pb
$ python train.py
$ python test-model-freeze.py
Models/test_opp/a.model_frozen.pb ---> freozen model
$ python inferencModel.py
-
Trainning data set by mysel
huggingface.co/datasets/tosa-no-onchan/opp -
Original speech to text LSTM model
Introduction to speech recognition with TensorFlow