Winnie202
Winnie202
> 这个报错感觉还没到模型转换的步骤。 > > 你看下你的model config(ocrnet_hr48_4xb2-160k_cityscapes-512x1024_road.py),里面有没有load_from 之类的,然后检查下指定的本地路径是否存在对应的文件 谢谢回复。我的config内容如下: _base_ = ['./ocrnet_hr18.py','./cityscapes.py'] default_scope = 'mmseg' crop_size = (512, 1024) data_preprocessor = dict(size=crop_size) dataset_type = 'BadRoadDataset' data_root = '/media/veily/work/cong/mmsegmentation/data/data_train/roadcrack/' norm_cfg = dict(type='SyncBN',...
> 贴config的话,把整个config贴出来吧,你这里有继承 `base = ['./ocrnet_hr18.py','./cityscapes.py']` > > 你可以先用Config load,然后再dump一下。 好的,以下是我完整的config crop_size = ( 512, 1024, ) data_preprocessor = dict( bgr_to_rgb=True, mean=[ 123.675, 116.28, 103.53, ], pad_val=0, seg_pad_val=255, size=( 512, 1024,...
> > If I change the number of input_nums, from input_frames=4 to input_frames=12, and cancel Interpolation ,will it affect the model results? > > Yes. > > In addition, if...
> Do you see the same issue on your training set? > No, the training set is normal
> > > Do you see the same issue on your training set? > > > > > > No, the training set is normal > > Then, it's an...
> > > > > Do you see the same issue on your training set? > > > > > > > > > > > > No, the training...
> No, I don't think so, since the result on your training set is good enough. > Do you think this bad result is related to use interpolation for queries
> No, I don't think so, since the result on your training set is good enough. > i'm sorry. if the result on training set has same issue,how to solve...
> demo页面地址:https://www.paddlepaddle.org.cn/hub/scene/paddlegan 我用视频的PP-MSVSR-L_reds_x4、PP-MSVSR_reds_x4、PP-MSVSR-L_reds_x4测试都跟demo页面返回的不一致,然后加上去模糊也不对,单个图像的drns_x4、pan_x4、lesrcnn_x4都试了一下,demo页面返回的图片不一样 我也试了,没有demo的效果
> Hi > > We will try to convert the CropFormer to the TensorRT. However, I am not sure costing 15 minutes for 50 images is the normal speed. Is...