You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert an existing Tensorflow (python) project which trains a neural network to segment the road from the background to c++.
The script to train the network can be kept in Python. However, it will need to be modified to save the model using protobuf after it has been trained.
The trained model will then be loaded into a c++ program which parses images and generate a mask for the road.
The text was updated successfully, but these errors were encountered:
Convert an existing Tensorflow (python) project which trains a neural network to segment the road from the background to c++.
The script to train the network can be kept in Python. However, it will need to be modified to save the model using protobuf after it has been trained.
The trained model will then be loaded into a c++ program which parses images and generate a mask for the road.
The text was updated successfully, but these errors were encountered: