Max Eliseev
Results
4
issues of
Max Eliseev
nn.Inference: - changed arguments of `predict_batch` and `predict_batch_raw`. Now they only support np.arrays in RGB format (actually, we somewhere passed RGB images to predict_batch: [[1]](https://github.com/supervisely/supervisely/blob/e112304be3974b974fdec9383fbf0b1fbc310ed0/supervisely/nn/inference/inference.py#L947), [[2]](https://github.com/supervisely/supervisely/blob/e112304be3974b974fdec9383fbf0b1fbc310ed0/supervisely/nn/inference/inference.py#L1229)). - added `run_benchmark` and...