Search code examples
tensorflowdeep-learningconv-neural-network

How to open .pbtxt file?


Trying to change the labels from the tensorflow object detection model but Not able to open pbtxt file. Can tell me if there is any application to open it?


Solution

  • You can open it in any text editor, like Sublime Text or whatever your OS has to offer by default.

    If you are on a Linux/macOS system, you can also open it in Terminal by directing to its directory and writing

    nano {filename}.pbtxt