case class COCOImage(id: Long, height: Int, width: Int, license: Int) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- COCOImage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new COCOImage(id: Long, height: Int, width: Int, license: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
lazy val
annotations: ArrayBuffer[COCOAnotationOD]
- Annotations
- @transient()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- var cocoUrl: String
-
def
data: Array[Byte]
Read the data from the image file
- var dateCaptured: String
- def dumpTo(context: COCOSerializeContext): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var fileName: String
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- var flickrUrl: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val height: Int
- val id: Long
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val license: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
path: Path
Get the path of the image in local file system
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toImageFeature: ImageFeature
Convert the image's image data and ground truth into an image feature.
Convert the image's image data and ground truth into an image feature. The image feature is in the same format of what COCODataset.loadFromSeqFile returns
- returns
an ImageFeature with ground truth & image data
-
def
toTable: Table
Convert the image's ground truth label & masks into Table for RoiMiniBatch
Convert the image's ground truth label & masks into Table for RoiMiniBatch
- returns
a table with ground truth label & masks for the image
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val width: Int