本文主要是介绍pycharm 打开deeplabv3+ VOC数据集训练所需参数,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
你需要的运行参数:https://github.com/tensorflow/models/blob/master/research/deeplab/local_test.sh
也就是说复现的话你需要运行这个文件。在此之前你要安装好环境,并且将数据库整理好
#!/bin/bash
# Copyright 2018 The TensorFlow Authors All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
#
# This script is used to run local test on PASCAL VO
这篇关于pycharm 打开deeplabv3+ VOC数据集训练所需参数的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!