How to package up a capsule and run it with BrainFrame?

Now I have
“OPEN_VISION_CAPSULES-MASTER”,
“ssd_mobilenet_v1_coco_2018_01_28.tar”,
“models-master.zip”

What should I do to passage up one capsule, so that I can run with it in BrainFrame?

  1. File list:

  2. open_vision_capsule_naster
    3-open_vision_capsule_naster目录

  3. And I download tensorflow model from “model zoo”, aas follows:


Seems different with the documents " Creating a Capsule"

Thanks!