pipeline-server
pipeline-server copied to clipboard
No error on multiple pipeline json files for same name and version
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.