MONAIStream
MONAIStream copied to clipboard
The codebase is currently NOT under active development.
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** mimiNIC (?) **Describe alternatives you've considered** **Additional context**
**Is your feature request related to a problem? Please describe.** - AJA Open sourced the drivers and a subset of the SDK. Some of the nicer stuff seems like it’s...
**Is your feature request related to a problem? Please describe.** - Buffers are not floating point buffers (integers or less than integers 8-4-4 or even 4-2-2) - Limitations in how...
need a nice model first
- We need a Transform Component instead of the queue component today that wouldn’t trigger properly - Related to your queue point Alvin -- MONAI transforms typically deepcopy data which...
- Run the `docker_build` job only if `Dockerfile.base` has been updated or if no remote container image exists
Review and merge https://github.com/Project-MONAI/MONAIStream/pull/49 once Clara Holoscan SDK goes live by Nov 16.
`UsercallbackTransform` component does not trigger when inserted after `nvvideoconvert`. - It works if inserted directly after `nvstreammux`; running in Python the custom plugin is triggered but - It works after...
Any attempt to install `torch` will cause `nvinferserver` to fail to load. __Repro__ 1. Run `start_devel.sh` 2. In the container run `main.py` in `sample/monai-stream-app` __Expected__ NVInferServer loads correctly __Actual__ ```...