You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rodrigo Berriel 43ed0a2e2d
Fix HRNet dimension error on images with alpha channel (#5570)
This is pretty much the same fix applied to f-BRS in #5384. We've been
using HRNet for a while and now an then we receive "500 errors" just as
reported in #5299 when someone forgets to drop the alpha-channel from
our images.

### Motivation and context
The RuntimeError is a little bit different, but comes from the same
issue: RGBA instead of RGB images:
> RuntimeError: Given groups=1, weight of size [16, 3, 1, 1], expected
input[*, 4, *, *] to have 3 channels, but got 4 channels instead.

### How has this been tested?
I created a task with images with and w/o alpha channel, and the
interactor works on both now.
3 years ago
..
common/openvino Added paint brush tools (#4543) 3 years ago
onnx/WongKinYiu/yolov7/nuclio YoloV7 serverless detector feature for auto annotation (#5552) 3 years ago
openvino Added paint brush tools (#4543) 3 years ago
pytorch Fix HRNet dimension error on images with alpha channel (#5570) 3 years ago
tensorflow Added paint brush tools (#4543) 3 years ago
deploy_cpu.sh Tutorial about serverless functions (#3124) 5 years ago
deploy_gpu.sh Tutorial about serverless functions (#3124) 5 years ago