-
Hi,you don't seem to add "maxout' in you code?
-
`python -m tf2onnx.convert --input ./faceboxes_feature_extractor.pb --output ./faceboxes_feature_extractor.onnx --inputs image_tensor:0 --outputs prediction_layers/box_encoding_predictor_0/BiasAdd:0`
…
-
Hi @sfzhang15, is there any reason why you didn't use `expand_param{}` in training like what SSD and RefineDet did?
-
你好,我采用PaddleDetection的tools/export_model.py执行导出模型相关操作,出下如下错误,未查找出相关问题
运行环境为ubuntu16.04 Cuda9+Cudnn7.3
使用PaddleDetection yolov3+mobilenetv1训练正常
使用
python tools/export_model.py -c configs/fruveg/yol…
ygren updated
4 years ago
-
Could you provide your time **cost details** when inferring? Just like average per image inferring **time** , average image size ,and Gpu type. If it's convenient for you, i will be appreciate a lot.
-
Could you provide your time cost details when inferring? Just like which model used, average per image inferring time , average image size ,and Gpu type. If it's convenient for you, i will be appr…
-
When I train :
File "train.py", line 152, in
train()
File "train.py", line 126, in train
loss_l, loss_c = criterion(out, priors, targets)
File "/usr/local/lib/python2.7/dist-packag…
-
/opt/conda/conda-bld/pytorch_1524584710464/work/aten/src/THC/THCTensorScatterGather.cu:97: void THCudaTensor_gatherKernel(TensorInfo, TensorInfo, TensorInfo, int, IndexType) [with IndexType = unsigned…
-
Hi, the face detection algorithm used in the project is faceboxes??
-
faceboxes的推理速度有吗?