热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

tensorflow中的图像编解码,画框操作

Tensorflowdataset.repeat()的使用https:blog.csdn.netseuzhouchenglongarticledeta

Tensorflow dataset.repeat()的使用

https://blog.csdn.net/seuzhouchenglong/article/details/104047784

TensorFlow读取二进制文件数据到队列

https://blog.csdn.net/diligent_321/article/details/53008840

tf.FixedLenFeature 和tf.VarLenFeature 的区别

https://blog.csdn.net/tiandd12/article/details/80300424
https://blog.csdn.net/qq_32172681/article/details/94457977
似乎基本上FixedLenFeature就能满足使用,同时可以指定长度,默认值等。

tf.train.string_input_producer()

https://www.cnblogs.com/helloworld0604/p/10044748.html
https://blog.csdn.net/weixin_42052460/article/details/80714379
https://blog.csdn.net/qq_40941722/article/details/104855857
https://blog.csdn.net/qq_41427568/article/details/85801579
https://blog.csdn.net/dcrmg/article/details/79776876
https://blog.csdn.net/weixin_41874599/article/details/85286160
https://blog.csdn.net/qq_39861441/article/details/83833272
https://www.cnblogs.com/cloud-ken/p/7449342.html

TensorFlow学习--tf.train.batch与tf.train.shuffle_batch

https://blog.csdn.net/akadiao/article/details/79645221

[Tensorflow] Reader queue图片读取管道

https://blog.csdn.net/vcvycy/article/details/78502627

TensorFlow queue多线程读取数据

https://www.cnblogs.com/demian/p/8005407.html
https://blog.csdn.net/weixin_44606212/article/details/88644327
https://blog.csdn.net/m0_37744293/article/details/62059009
https://blog.csdn.net/m0_37744293/article/details/61927582
https://github.com/balancap/tf-imagenet
结合tensorflow cifar10的数据读取pipeline以及tensorflow与tensorlayer官方读取示例,可以进一步与加强理解。

图像处理:编码解码处理( tf.image.decode_jpeg)

https://blog.csdn.net/qq_43225437/article/details/88018408
编解码数据一般都是原生数据,可以直接存入或者标准存入,但解码编码要配合使用。
似乎三维格式信息也可以自动写入tfrecord文件中。

tf.image.sample_distorted_bounding_box

https://blog.csdn.net/tz_zs/article/details/77920116

tf.image.draw_bounding_boxes

https://blog.csdn.net/gzroy/article/details/85954329#t0
似乎使用cv2读取数据可以自动识别路径与文件类型,但有些函数含是比较笨的,也可能是为了增加多样性吧。

OutOfRangeError (see above for traceback): PaddingFIFOQueue '_1_get_batch/batch/…系列错误

https://blog.csdn.net/qq_20481015/article/details/96509960
https://blog.csdn.net/qq_37274615/article/details/81110251
https://cloud.tencent.com/developer/article/1445583
https://blog.csdn.net/weixin_36670529/article/details/88382153

python // 与 / 的含义

https://blog.csdn.net/lw_waston/article/details/83150304

log_device_placement参数

https://blog.csdn.net/Z18789231876/article/details/100778506

Tensorflow 查看GPU数量并确认batch_size

https://blog.csdn.net/qq_42374559/article/details/107993174
https://blog.csdn.net/weixin_35653315/article/details/71403386
https://blog.csdn.net/zaf0516/article/details/103566089

卷积神经网络VGG16详解

https://baijiahao.baidu.com/s?id=1667221544796169037&wfr=spider&for=pc

github最近经常连不上了,你们呢?

https://github.com/jeasonstudio/CN-VScode-Docs/issues/10

multiprocessing.Process.terminate()结束子进程将导致子进程无法执行finally块,如何解决?

https://segmentfault.com/q/1010000005077517

用Tensorflow来预处理Imagenet数据

https://blog.csdn.net/gzroy/article/details/83416339

tensorflow中 tf.reduce_mean函数

https://blog.csdn.net/dcrmg/article/details/79797826

config=tf.ConfigProto(allow_soft_placement=True)

https://blog.csdn.net/qq_27871973/article/details/91038691

imagenet

https://www.zhihu.com/question/273633408
https://zhuanlan.zhihu.com/p/41795034
https://www.kaggle.com/c/imagenet-object-localization-challenge/
https://blog.csdn.net/HUSTLX/article/details/76585843
https://blog.csdn.net/koberonaldo24/article/details/100891660
https://download.csdn.net/download/haoshu2015/10108766
https://www.matools.com/blog/190708185
https://baijiahao.baidu.com/s?id=1617920386759024420&wfr=spider&for=pc
https://blog.csdn.net/gzroy/article/details/83416339
https://blog.csdn.net/gzroy/article/details/102596014
https://blog.csdn.net/s_sunnyy/article/details/78909427

https://blog.csdn.net/dQCFKyQDXYm3F8rB0/article/details/78891660
https://www.tensorflow.org/tutorials/images/deep_cnn
https://github.com/gctian/distributed-tensorflow/blob/master/standalone.py
https://github.com/tensorflow/models/blob/v.1.6.0/tutorials/image/cifar10/cifar10_multi_gpu_train.py
https://github.com/hguq/IntegerNet/blob/main/pipeline.py
imagenet分布式训练

tensorflow 单机多GPU训练时间比单卡更慢/没有很大时间上提升

https://www.cnblogs.com/buyizhiyou/p/11378819.html

pytorch 版本信息造成的错误

https://blog.csdn.net/qxqsunshine/article/details/88118131
https://discuss.pytorch.org/t/runtimeerror-cudnn-error-cudnn-status-execution-failed-when-calling-backward/39022

Tensorflow高效读取数据的方法

https://www.cnblogs.com/jyxbk/p/7773319.html
https://blog.csdn.net/u014061630/article/details/80776975
https://www.cnblogs.com/polly333/p/7489699.html
https://blog.csdn.net/s2010241013/article/details/79650856
https://zhuanlan.zhihu.com/p/29572935
https://www.cnblogs.com/liaojie970/p/7131043.html
https://blog.csdn.net/qq_29303759/article/details/81942356
https://blog.csdn.net/foreseerwang/article/details/80170210
https://zhuanlan.zhihu.com/p/31310164

tf.split()函数的用法

https://blog.csdn.net/mls0311/article/details/82052472


推荐阅读
author-avatar
ssben_530
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有