Open vidyasiv opened 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.
pipeline2.json
If there are multiple json files for the same name and version of pipeline like so:
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.