YaYa

Results 3 issues of YaYa

你好,麻烦问一下这个问题怎么解决啊 mxnet.base.MXNetError: [16:50:21] src/ndarray/ndarray.cc:1285: GPU is not enable

with open(annotation_file, 'r') as annot_f: for annot in annot_f: annot = annot.split(' ') img_path = annot[0].strip() if ARGS.gen_recursive: annotation_dir_name = os.path.dirname(img_path) # remove the root path to enable to path.join.