python
精灵小弟
计算机编程AIVR图像模式识别
展开
-
python获取指定路径下的所有文件
python获取指定路径下的所有文件 def GetFileList(dir,filelist): newDir = dir if os.path.isfile(fir): filelist.append(dir.原创 2017-04-17 13:44:01 · 2753 阅读 · 0 评论 -
tensorflow pretrained model
tensorflow 简单的加载训练好的模型,如果某一层形状不一样就自动的省略,也可以用reshape。def optimistic_restore(session, save_file): reader = tf.train.NewCheckpointReader(save_file) saved_shapes = reader.get_variable_to_shape_map(原创 2017-05-23 09:20:08 · 4330 阅读 · 0 评论 -
mask rcnn from Detectron
Custom your own mask rcnn We mainly talk about how to add your own data branch or control branch to revise the mask rcnn: mask rcnn api add your own layer api Mask rcnn is a framework tha...原创 2018-03-22 17:19:14 · 1331 阅读 · 0 评论