1

How to add comments inside tensorflow object detection API's pipeline configuration file (typically named pipeline.conf)?

The corresponding official documentation does not mention any way to do so.

1 Answer 1

1

Simply use # comment here wherever you want. Keep in mind that the pipeline.config is written into the model_dir. Therefore, if it is the same directory as your pipeline.config, it will be overridden, and the comments will be deleted. You can simply avoid this by naming the pipeline.config file you use differently.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.