Ning Yang
Ning Yang
python main_train.py --input_name 33039_LR.png ('Random Seed: ', 5309) functions.adjust_scales2image(real, opt) in adjust_scales2image opt.num_scales = int((math.log(math.pow(opt.min_size / (real_.shape[2]), 1), opt.scale_factor_init))) + 1 ValueError: math domain error
.data/coco/images/train2014/ ... ... .data/coco/annotations/instances_valminusminival2014.json .data/coco/annotations/instances_minival2014.json I put the train set into the path like this style, but it show the error "the path doen not exist". Somebody who can help...
An fatal error occurred in asynchronous engine operation. If you do not know what caused this error, you can try set environment variable MXNET_ENGINE_TYPE to NaiveEngine and run with debugger...
when i use jupyter in server, it can't support the cv2.imshow function . sombody who can tell me how to rewrite the fuction "show_masks(im, dets, masks, classes, config) " to...
11.0.0扶摇版本为什么每次启动都会打开新手指导界面打开(guide),有办法设置为关闭吗? 如果每次开启都强制打开新手指导界面的话,那就只能换回10版本了。
ValueError: Model cascade_rcnn_vgg16_pruned_voc is not supported. Available options are listed ...
why i run the code following the instruction, it shows "cascade_rcnn_vgg16_pruned_voc" is not supported ??
If you try to fix one bug, it appears another one. There are lots of mistakes in your project.
SyntaxError: invalid syntax cls_pred, box_pred, *sample_data = cascade_rcnn_stage It shows that *sample_data has invalid syntax, how can i fix it ? Thx a lot