Xiaxia
Xiaxia
> I run the training code and test the performance of BiseNet-v1 and BiseNet-v2. The single mIOU is **75.30%** for v1 and **74.18%** for v2. As for the FPS, I...
hi, if phase not in ['train', 'test'], it should run this following lines `list_transforms = []` `list_transforms.extend([ albu.Normalize(mean=(0.485, 0.456, 0.406),std=(0.229, 0.224, 0.225), p=1), ToTensor() ])` `albu.Compose(list_transforms, bbox_params=albu.BboxParams(format='pascal_voc', min_area=min_area, min_visibility=min_visibility, label_fields=['category_id']))`
> `ImportError:/home/xxx/DCNv2/_ext.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE`. @zzzzwj did you fix this problem?