Damon2019

Results 9 issues of Damon2019

我需要推到内网,将rtmp替换成内网的ip但是出现错误,我该如何实现? `2019-04-18 13:36:37.846 16517-16517/net.ossrs.yasea.demo E/libc: Access denied finding property "camera.hal1.packagelist" 2019-04-18 13:37:24.429 16517-16517/net.ossrs.yasea.demo E/BpSurfaceComposerClient: Failed to transact (-1) 2019-04-18 13:37:24.430 16517-16517/net.ossrs.yasea.demo E/BpSurfaceComposerClient: Failed to transact (-1) `

use resnet50 instead of vgg

i want to change input image size to 512*512 from mobilenet How should I modify the code? thanks

i want to use pre-training model > TRAINABLE_SCOPE: 'base,norm,extras,loc,conf' RESUME_SCOPE: 'base,norm,extras,loc,conf' TRAINABLE_SCOPE and RESUME_SCOPE , How should I modify or Which parameters should I remove? thanks

hi,i know you referenced ruinmessi/RFBNet,if I want to modify basenet in resnet50. what should i do,Can you give me some advice?

I want to change the size of the input image of 300 * 300. any size the image will resize to 300 * 300,My test pictures have very large pixels...

我在正常训练的时候,gpu的占用率总是为0,我应该如何使用gpu训练?

python 2.7 cuda 9.0 > running build_ext skipping 'model/utils/bbox.c' Cython extension (up-to-date) skipping 'model/nms/cpu_nms.c' Cython extension (up-to-date) skipping 'pycocotools/_mask.c' Cython extension (up-to-date) Compiling nms kernels by nvcc... cc1plus: fatal error:...

你好,请问你有实现基础网络的替换吗