Sam_S

Results 7 issues of Sam_S

fixed cpu inference mode in demo.py linter edits in README add venv ignore in .gitignore add pytorch2onnx.py to convert mobilnets to onnx models changed inference.py to include PostprocessorOnnx class

Does the model support batched inference support? I removed the 1 image per GPU constraint and sent a tensor of shape [32, 3, 704, 1344] into the model (SipMask-mmdetection/mmdet/configs/sipmask/sipmask_r101_caffe_fpn_gn_ms_4x.py), but...

Is there a way to get the Item-to-price relations from the wildreceipts dataset? I see the open-set format has edge information but it links all item groups and all price...

## Describe the bug The `datasets.load_dataset` returns a `ValueError: Unknown split "validation". Should be one of ['train', 'test'].` when running `load_dataset(local_data_dir_path, split="validation")` even if the `validation` sub-directory exists in the...

bug

Add docker run, docker build scripts along with Dockerfile and instructions in the readme

Hi, the readme states `OpenVINO backend currently supports inference only on Intel CPU devices using [OpenVINO CPU plugin](https://docs.openvinotoolkit.org/latest/openvino_docs_IE_DG_supported_plugins_CPU.html)`. Does this mean when I am running the triton server, OpenVINO backend...

Hi there, awesome work, what data did you use for training the torch model. Could you provide it? Thanks