lpeng

Results 9 comments of lpeng

hi, ./src/seg_label_generator.cpp Scalar color_lines[4] = {Scalar(1), Scalar(2), Scalar(3), Scalar(4)}; changed to: Scalar color_lines[4] = {Scalar(1), Scalar(1), Scalar(1), Scalar(1)};

> Please try the latest torch2trt_tynamic and amirstan_plugin. hi, thanks for the reply, Am I not using the latest version, so how can I make sure it is the latest...

> Errr, use command ` git log` to see if the top commit is the same as the one on github. Or just `git pull origin master` and wait. hi,...

> I download the pretrained model from > https://s3-us-west-2.amazonaws.com/jcjohns-models/vgg16-00b39a1b.pth. > You can also download the version provided by PyTorch from > https://download.pytorch.org/models/vgg16-397923af.pth. > After that, check the detailed keys and...

> pytorch提供的默认初始化方法是可以的。 thanks

> Default initialiation method provided by pytorch is ok. hi, I trained the model to 10 epochs according to the above method, but did not reach the results you announced...

hi, I used your default test.sh and got total =72.5241, I converted all the parameters in VGG16.pth provided by the official pytorch, including bn.mean of every layer.. Your work is...

HI,Thanks I tried resnet18/vgg16 to downsample the input image 32 times and directly bilinearly interpolate to the input image size. This is not the case. So I don't know where...