package org_tensorflow_demo

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BoxCoderOptions

box_coder.proto:12

Box encoding/decoding configuration for a single box.

Used in: MultiBoxCoderOptions

message BoxCoderPrior

box_coder.proto:6

Prior for a single feature (like minimum x coordinate, width, area, etc.)

Used in: BoxCoderOptions

message MultiBoxCoderOptions

box_coder.proto:40

Options for MultiBoxCoder which is a encoder/decoder for a fixed number of boxes. A list of BoxCoderOptions that allows for storing multiple box coder options in a single file.