随笔分类 -  Faster-RCNN

摘要:""" Mask R-CNN Common utility functions and classes. Copyright (c) 2017 Matterport, Inc. Licensed under the MIT License (see LICENSE for details) Writ 阅读全文
posted @ 2020-05-10 19:08 西北逍遥 阅读(254) 评论(0) 推荐(0) 编辑
摘要:Light head rcnn https://github.com/Stick-To/light-head-rcnn-tensorflowmask_rcnn https://github.com/tensorflow/modelsfaster_rcnn https://github.com/ten 阅读全文
posted @ 2020-05-03 15:27 西北逍遥 阅读(317) 评论(0) 推荐(0) 编辑
摘要:https://github.com/tensorflow/models https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md (zhouying 阅读全文
posted @ 2020-04-21 11:47 西北逍遥 阅读(269) 评论(0) 推荐(0) 编辑
摘要:(zhouying2) F:\TensorflowProject\ObjectDetection\models-1.12.0\research\object_detection>(zhouying2) F:\TensorflowProject\ObjectDetection\models-1.12. 阅读全文
posted @ 2020-04-16 07:34 西北逍遥 阅读(383) 评论(0) 推荐(0) 编辑
摘要:creating index...index created!creating index...index created!Running per image evaluation...Evaluate annotation type *bbox*DONE (t=0.69s).Accumulatin 阅读全文
posted @ 2020-04-14 08:00 西北逍遥 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-09-15 17:17 西北逍遥 阅读(388) 评论(0) 推荐(0) 编辑
摘要:luo@luo-ThinkPad-W540:research$ conda create -n tf2019 python=3.6Solving environment: done ==> WARNING: A newer version of conda exists. <== current v 阅读全文
posted @ 2019-09-12 16:45 西北逍遥 阅读(302) 评论(0) 推荐(0) 编辑
摘要:(t20190518) luo@luo-All-Series:/dev/disk_2019/mask_rcnn_20190518/Mask_RCNN_20190902/models/research$ export PYTHONPATH=$PYTHONPATH:`pwd`:`pwd`/slim (t 阅读全文
posted @ 2019-09-11 08:02 西北逍遥 阅读(295) 评论(0) 推荐(0) 编辑
摘要:(flappbird) luo@luo-All-Series:~/MyFile/TensorflowProject/Mask_RCNN/mask_rcnn_20190518/Mask_RCNN/models/research$ (flappbird) luo@luo-All-Series:~/MyF 阅读全文
posted @ 2019-06-20 09:43 西北逍遥 阅读(643) 评论(0) 推荐(0) 编辑
摘要:(t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faste 阅读全文
posted @ 2019-05-20 07:22 西北逍遥 阅读(865) 评论(0) 推荐(0) 编辑
摘要:https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/detection_model_zoo.md python object_detection/model_main_2019051801. 阅读全文
posted @ 2019-05-19 10:39 西北逍遥 阅读(731) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_24474463/article/details/81530900 (t20190518) luo@luo-All-Series:~/MyFile/TensorflowProject/Faster_RCNN/models/research$ (t20 阅读全文
posted @ 2019-05-18 21:14 西北逍遥 阅读(345) 评论(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-17 07:38 西北逍遥 阅读(702) 评论(0) 推荐(0) 编辑
摘要: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 西北逍遥 阅读(540) 评论(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 西北逍遥 阅读(1531) 评论(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 西北逍遥 阅读(362) 评论(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 西北逍遥 阅读(1153) 评论(0) 推荐(0) 编辑
摘要:luo@luo-All-Series:~/MyFile$ luo@luo-All-Series:~/MyFile$ luo@luo-All-Series:~/MyFile$ git clone https://github.com/endernewton/tf-faster-rcnn.gitClon 阅读全文
posted @ 2019-05-15 15:37 西北逍遥 阅读(261) 评论(0) 推荐(0) 编辑
摘要:Mask_RCNN source activate flappbird cd /home/luo/Desktop/MyFile/MaskRCNN/MyOwnMaskRCNN3/samples/test1 Mask_RCNN_Openpose_Realsense source activate fla 阅读全文
posted @ 2019-04-08 19:43 西北逍遥 阅读(388) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示