Results 9 comments of Argo Saakyan

@alxmamaev So do you mean I need to measure time which triton takes to process one image? I just calculated FPS with time.perf_counter() before and after prediction and then counted...

@alercelik I also get a lot faster non triton inference (using yolov5's detect.py) Please let me know if you find out something!

After updating java to 11 version - I started getting another issue: ```W-9000-maskrcnn_1.0-stdout MODEL_LOG - Torch worker started. 2022-05-06T07:30:37,301 [INFO ] W-9000-maskrcnn_1.0-stdout MODEL_LOG - Python runtime: 3.8.10 2022-05-06T07:30:37,301 [DEBUG] W-9000-maskrcnn_1.0...

@maaquib Sure, here is it: ``` torch-model-archiver --model-name maskrcnn --version 1.0 --model-file serve/examples/object_detector/maskrcnn/model.py --serialized-file weights/model.ts --handler object_detector --extra-files serve/examples/object_detector/index_to_name.json ``` then: ``` mkdir model_store mv maskrcnn.mar model_store/ ``` And finally...

@joemal1234 I did not manage to make it work, used different serve method

Hi! Where can I find any info on how exactly triton should be configured for working with this solution? I used triton with custom client. I tried to use my...

@Burhan-Q what should I do if test failed after merging current main branch? There were no conflicts, but test didn't run. Can I rerun it? And should I just wait...

@Burhan-Q sorry, I still don't understand what I need to do for this PR to be reviewed. Should I just wait?

@Burhan-Q both `flip-lr` and `flip-up` won't change the width and hight of the image (if you don't transpose). You can't get 90 degree rotation with that. And speaking about `rotate`,...