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 51 forks source link

No error on multiple pipeline json files for same name and version #123

Open vidyasiv opened 1 year ago

vidyasiv commented 1 year ago

If there are multiple json files for the same name and version of pipeline like so:

pipelines/gstreamer/object_detection/person_vehicle_bike/
├── pipeline.json
└── pipeline2.json

Pipeline Server loads the pipelines one after the other and on a client request, the pipeline loaded last is used i.e pipeline2.json - there's no warning or error reported to the user.