Skip to content
Snippets Groups Projects

Renamed the bobrc variables and update the docs

Merged Tiago de Freitas Pereira requested to merge rcvariables into master
1 unresolved thread

Hey,

  • I've changed the name of the rc variables.
  • Set the download method to save the model path in the rc variable
  • Added documentation saying how to reset this value

Closes #2 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
182 195 with zipfile.ZipFile(zip_file) as myzip:
183 196 myzip.extractall(os.path.dirname(FaceNet.get_modelpath()))
184 197
198 logger.info("Saving the path `{0}` in the ~.bobrc file".format(FaceNet.get_modelpath()))
199 rc[FaceNet.get_rcvariable()] = FaceNet.get_modelpath()
200 _saverc(rc)
201
  • Amir MOHAMMADI enabled an automatic merge when the pipeline for d67d354f succeeds

    enabled an automatic merge when the pipeline for d67d354f succeeds

  • Amir MOHAMMADI mentioned in commit ff0a629f

    mentioned in commit ff0a629f

  • Please register or sign in to reply
    Loading