QuanHao Guo

Results 27 issues of QuanHao Guo

what's the meaning of Ex/cls

can not get the right shape, I set 512x512 ```python parser.add_argument('--img_height', default=512, type=int, help='height of input images') parser.add_argument('--img_width', default=512, type=int, help='width of input images') ``` I found my input size...

Hey, guys. I have been successful on mac and win10. You can see my blog https://blog.csdn.net/qq_39567427/article/details/111390051 for more information. I think it's not easy to be successful on both mac...

windows

I use the pretrained model, but the result is too bad ![image](https://user-images.githubusercontent.com/49911294/130318255-4482a115-dd64-4667-92f2-a0fa09e9f339.png)

Hi, dear author, I got the following error ``` python main.py --mode train --num_domains 3 --w_hpf 0 \ --batch_size 1 \ --lambda_reg 1 --lambda_sty 1 --lambda_ds 2 --lambda_cyc 1 \...

https://github.com/PaddlePaddle/X2Paddle/blob/fef1d0bb832c95550a7de7ee47bef55756a43936/x2paddle/op_mapper/caffe2paddle/caffe_op_mapper.py#L904

Caffe

platform: win10 version: 1.6.0 # net.py ```python import time import torch import torch.nn as nn import torchvision.models._utils as _utils import torchvision.models as models import torch.nn.functional as F from torch.autograd import...

Does anyone know how to download yolov5s.torchscript.ptl, I don't have this file

can you provide pretrain='checkpoints/psenet_r50_synth/checkpoint.pth.tar' model

I want to know torch version, thanks