Renamed the bobrc variables and update the docs
1 unresolved thread
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
Activity
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 I would have preferred that you saved this inside the home folder of the user. For example
~/.bob/bob.ip.tensorflow_extractor/facenet_model
. This way it would not be deleted if the conda environment is deleted. We even could have a storage folder for bob that can be customized usingbob config set ...
. What do you think?I will tackle that after bob.extension#50 (closed)
enabled an automatic merge when the pipeline for d67d354f succeeds
mentioned in issue bob.extension#52 (closed)
mentioned in commit ff0a629f
Please register or sign in to reply