语义分割学习笔记(五)——DenseImageData 数据层

1 参数

message DenseImageDataParameter {
  // Specify the data source file.
  optional string source = 1;
  // Specify the batch size.
  optional uint32 batch_size = 2;
  // The rand_skip variable is for the data layer to skip a few data points
  // to avoid all asynchronous sgd clients to start at the same point. The skip
  // point would be set as rand_skip * rand(0,1). Note that rand_skip should not
  // be larger than the number of keys in the database.
  optional uint32 rand_skip = 3 [default = 0];
  // Whether or not ImageLayer should shuffle the list of files at every epoch.
  optional bool shuffle = 4 [default = false];
  // It will also resize images if new_height or new_width are not zero.
  optional uint32 new_height = 5 [default = 0];
  optional uint32 new_width = 6 [default = 0];
  // Label gets divided by this factor, to train the encoder architecture of ENet.
  option
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值