What's Changed
This release:
- Add the possibility for the asynchronous requests to not send the request to fetch results.
- Improve the sam2 video support by compiling the predictor and accepting video files either as base64, a url, a directory or a list of frames that can be base64 or urls.
- Add examples to the documentation.
Commits
* Improve asynchronous calls by authorizing empty requests by juliendenize in https://github.com/pixano/pixano-inference/pull/30
* fix getting-started link by BertrandRenault in https://github.com/pixano/pixano-inference/pull/31
* Improve sam2 video by accepting file/base64, folder or list of files/base64 by juliendenize in https://github.com/pixano/pixano-inference/pull/32
* Add examples to the documentation by juliendenize in https://github.com/pixano/pixano-inference/pull/33
**Full Changelog**: https://github.com/pixano/pixano-inference/compare/v0.5.1...v0.5.2