tensorflow / models

Models and examples built with TensorFlow
Other
77k stars 45.79k forks source link

Unclear installation steps for DeepMAC #10173

Open alex-klimov opened 3 years ago

alex-klimov commented 3 years ago

Prerequisites

Please answer the following question for yourself before submitting an issue.

1. The entire URL of the documentation with the issue

https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/deepmac.md#prerequisites

2. Describe the issue

Currently documentation says:

2. Generate COCO dataset by using create_coco_tf_record.py

What does it mean? I have a docker image running using official TensorFlow installation steps. create_coco_tf_record.py is a python file with quite extensive usage patterns. Am I suppose to research them all before I can make quick test run of DeepMAC? :)

If you could provide at least one example for quickstart - that would be very helpful!

alex-klimov commented 3 years ago

Hi guys, any update?