You can change your configuration from config.py file like labels, input name , output name etc.
Not in the current repo
git clone https://github.com/thtrieu/darkflow.git
cd darkflow/
python3 setup.py build_ext --inplace
pip install -e .
pip install .
cd Yolo_deployment/
Change your wts/model config file path in config.py and run
python export_tfserving.py
sudo chmod +x ./run_tfserving.sh
bash ./run_tfserving.sh
python start_server.py
http://localhost:8000/docs
Returns a class with max prob.