Traceback (most recent call last):
File "/home/simulator/Documents/Yolact-C--main/src/python/yolact_interface.py", line 869, in eval_image
batch = FastBaseTransform()(image_tensor.unsqueeze(0))
File "/home/simulator/anaconda3/envs/yolact/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
File "/home/simulator/Documents/Yolact-C--main/src/python/utils/augmentations.py", line 646, in forward
img = (img - self.mean) / self.std
RuntimeError: The size of tensor a (480) must match the size of tensor b (3) at non-singleton dimension 1
Traceback (most recent call last): File "/home/simulator/Documents/Yolact-C--main/src/python/yolact_interface.py", line 869, in eval_image batch = FastBaseTransform()(image_tensor.unsqueeze(0)) File "/home/simulator/anaconda3/envs/yolact/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) File "/home/simulator/Documents/Yolact-C--main/src/python/utils/augmentations.py", line 646, in forward img = (img - self.mean) / self.std RuntimeError: The size of tensor a (480) must match the size of tensor b (3) at non-singleton dimension 1