Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Support exporting for CPU Mask & Keypoint nets #449

Closed
wants to merge 5 commits into from

Commits on May 28, 2018

  1. Support exporting for CPU Mask & Keypoint nets

    Pre-requisite : facebookresearch#372
    Purpose : enable exporting all the models for CPU by exporting 2 separate nets : one for the bboxes and one for the rest of the inference.
    
    Two main modifications
    - Refactor the main() : it will call a function convert_to_pb for each sub_net
    - run_model_pb : always do the inference for bbox and then call mask or keypoint part if needed. The exact same approach is adopted.
    
    Then helper functions are only lightly modified to fit with the new objective to export 2 pb files
    gadcam committed May 28, 2018
    Configuration menu
    Copy the full SHA
    763ff29 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2018

  1. Configuration menu
    Copy the full SHA
    6fb9d2b View commit details
    Browse the repository at this point in the history
  2. Better management of not converted blobs

    Also Python 3 friendly
    gadcam committed Aug 11, 2018
    Configuration menu
    Copy the full SHA
    a972763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a21855 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2018

  1. First working fusion

    - WIP : the models run but there are differences in the results
    gadcam committed Aug 19, 2018
    Configuration menu
    Copy the full SHA
    678ffa6 View commit details
    Browse the repository at this point in the history