stefat77
stefat77
Sometimes the call `out = diagonal_crop.crop(im, base, angle, height, width)` returns an output image with a slightly different size than the desired one (height, width). e.g. desired (height, width) =...
Hello, I would like to run detectron on my own dataset. I just have to detect and segment a single class. In order to do that I converted my dataset...
I found a mistake in the space to dense function: ``` class space_to_dense(nn.Module): def __init__(self,stride): super(space_to_dense,self).__init__() self.stride = stride def forward(self, input): assert len(input.shape) == 4,"input tensor must be 4...
Hi, I'm trying to restore a model saved with tfdeploy but during evaluation I have the following errors: ``` Traceback (most recent call last): File "ensemble_learning.py", line 71, in result...