Where to find folder 'model' after running docker - vim3

Hi,

I have a problem using Docker for npu enconding with vim3. I have download aml_npu_sdk_6.4.4.3 and i try to follow the readme doc. However, I don’t know how to process after running the line :

Docker run -il --name npu-sdk -v /home/nicolas/npu/aml_npu_sdk_6.4.4.3/acuity-toolkit/demo/model/saved_model.pb:/model --privileged --cap-add SYS_ADMIN numbqq/npu-sdk

After this line I can’t find my model in folder ‘model’ but i find your model inception_v3_2016_08_28_frozen.pb which in fact I have suppressed !

How can I run the previous line in order to be in the right folder ?

Best regards,