Releases: zaigie/stream-infer
Releases · zaigie/stream-infer
0.4.2
0.4.1
0.4.0
What't Changed
- 💥Broken refactor(typo): specification of variable names adds typing
- 💥Broken refactor(Dispatcher): streamline the Dispatcher implementation, remove collect_results and move to DevelopDispatcher
- feat: added
DynamicApp
to support dynamically running inference tasks through configuration - typo(Streamlit): rename the streamlit app file to streamlit_.py instead of server.py
- chore: update examples
0.3.2
What's Changed
- chore(Dispatcher): Set the default
max_size
ofDispatcher
to 30 - feat(Player): Added
tqdm
for limited length video progress printing - feat(Timer): The timeout warning is added to the inference Timer in real-time inference
- feat(Dispatcher): Run the Inference algo
frame_step
set to 0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
- Feat: The start() function is added to Inference, simplifying and unifying the way offline and real-time inference run.
- Feat: Use wrapper callback instead of inheritance:
- Inference:
set_custom_progress()
- Server:
set_annotate_frame()
andset_output()
- Inference:
streamlit_service_app.mp4
0.1.3
- Added streamlit service app to customize drawing and output components => Streamlit Debug
- Fixed an issue where multiple inferences could not coexist due to
auto_run_specific
return in offline inferences