tingfengwanxiao

Results 6 issues of tingfengwanxiao

Hello,can I change the model in faster-rcnn resnet instead of mask rcnn only by change this demo? //--------------------------------------------------------------------------------------------------------------------- model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4, out_indices=(0,...

Hello,can I change the model in faster-rcnn resnet instead of mask rcnn only by change this demo? //--------------------------------------------------------------------------------------------------------------------- # model settings model = dict( type='FasterRCNN', pretrained='torchvision://resnet50', backbone=dict( type='ResNet', depth=50, num_stages=4,...

Hello,I submit a bmp file to cvat with the size of 18000*14000 and I got the error --------------------------------------------------------------------------------------------------- Could not create the task Error: Could not create the task on...

enhancement

I see the img using grayscale ,how to using color img to get more Color feature

Hello,if I using the size(256,256) as input to train,the model will find the error ![image](https://user-images.githubusercontent.com/49578058/222120022-00ffb30b-f7f8-47ab-9000-00fbf7f443d3.png) but when I using (224,224),the model will ok. How can I change to input the...

Hello,Is boundary_max_pooling has a cpu version? I want to use in cpu.