摘要: openscenegraph 3.6.3 链接:https://pan.baidu.com/s/1CyhGsS4qVckQq29eel3DvQ 提取码:mnqt --来自百度网盘超级会员的分享 openscenegraph 3.4 链接:https://pan.baidu.com/s/1CDZj4C 阅读全文
posted @ 2019-05-16 19:55 西北逍遥 阅读(2927) 评论(3) 推荐(3) 编辑
摘要: import tensorflow as tf #from create_tf_record import * from tensorflow.python.framework import graph_util def freeze_graph(input_checkpoint,output_gr 阅读全文
posted @ 2019-05-16 14:43 西北逍遥 阅读(539) 评论(0) 推荐(0) 编辑
摘要: from tensorflow.python import pywrap_tensorflowimport os checkpoint_path=os.path.join('output/res101/voc_2007_trainval+voc_2012_trainval/default/res10 阅读全文
posted @ 2019-05-16 14:40 西北逍遥 阅读(1530) 评论(0) 推荐(0) 编辑
摘要: (flappbird) luo@luo-All-Series:~/MyFile/tf-faster-rcnn_box$ (flappbird) luo@luo-All-Series:~/MyFile/tf-faster-rcnn_box$ (flappbird) luo@luo-All-Series 阅读全文
posted @ 2019-05-16 14:37 西北逍遥 阅读(280) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash set -x set -e export PYTHONUNBUFFERED="True" GPU_ID=$1 DATASET=$2 NET=$3 array=( $@ ) len=${#array[@]} EXTRA_ARGS=${array[@]:3:$len} EXTRA 阅读全文
posted @ 2019-05-16 14:23 西北逍遥 阅读(615) 评论(0) 推荐(0) 编辑
摘要: python demo_2019051601.pyTraceback (most recent call last): File "demo_2019051601.py", line 128, in <module> 'our server and place them properly?').fo 阅读全文
posted @ 2019-05-16 14:04 西北逍遥 阅读(1152) 评论(0) 推荐(0) 编辑