dlstreamer / pipeline-server

Home of Intel(R) Deep Learning Streamer Pipeline Server (formerly Video Analytics Serving)
BSD 3-Clause "New" or "Revised" License
126 stars 50 forks source link

Vaclient script not showing new models added #91

Closed Mushtaq-BGA closed 3 years ago

Mushtaq-BGA commented 3 years ago

i have added new models as per the directory structure required by VAS, however when i used vaclient script to list-models it is not showing up. Is this a known issue ? if not can you help me.

nnshah1 commented 3 years ago

@Mushtaq-BGA Can you share the directory structure / build command you used? Are you volume mounting the models folder or are rebuilding the container with the models?

Mushtaq-BGA commented 3 years ago

@nnshah1 - I got it !! Actually i missed to mount models "./docker/run.sh -v /tmp:/tmp --models models", . Thanks