How to remove an object from the trained model in .pb format?
Advertisements Iam training tello drone to detecting the cars, so I use this code here: https://github.com/Shreyas-dotcom/Tello_Obj_Recognition, but the code contain others objects names such as bike. So my question is: How can I remove others objects from the trained model. >Solution : Assuming you want to remove additional labels from a trained model, It is… Read More How to remove an object from the trained model in .pb format?