pangyanhui923
pangyanhui923
you can modify this file ./home/wangwenzhong/project/test/tf-faster-rcnn/lib/datasets/voc_eval.py. #if not os.path.isfile(cachefile): # load annotations recs = {} for i, imagename in enumerate(imagenames): recs[imagename] = parse_rec(annopath.format(imagename)) if i % 100 == 0: print('Reading...
Thank you very much for your sharing.
hello! how to use the GPU test model?Is it modified in the tiny_faces_model.py file?
@abhi-kumar I have installed the tensorflow-gpu, I want to know how to call gpu and cuda acceleration in the code?