Alvin Ihsani
Alvin Ihsani
**Is your feature request related to a problem? Please describe.** Currently MONAI Label Server assumes it has virtually unlimited space when running training, batch inference, and on-demand inference tasks (caused...
**Is your feature request related to a problem? Please describe.** Currently request structure for inference, train, etc is free-form dictionary. This was necessary so far to fast turn-around on unknown...
- Run the `docker_build` job only if `Dockerfile.base` has been updated or if no remote container image exists
`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__ ```...