Uses of Package
fiftyone.mobile.detection.entities.stream

Packages that use fiftyone.mobile.detection.entities.stream
fiftyone.mobile.detection   
fiftyone.mobile.detection.entities.stream   
fiftyone.mobile.detection.factories   
 

Classes in fiftyone.mobile.detection.entities.stream used by fiftyone.mobile.detection
TriePool
          As multiple threads need to read from the Source concurrently this class provides a mechanism for readers to be recycled across threads and requests.
 

Classes in fiftyone.mobile.detection.entities.stream used by fiftyone.mobile.detection.entities.stream
BaseList
          Lists can be stored as a set of related objects entirely within memory, or the relevant objects loaded as required from a file or other permanent store as required.
Cache
          Many of the entities used by the detector data set are requested repeatedly.
ICacheList
           
Pool
          As multiple threads need to read from the Source concurrently this class provides a mechanism for readers to be recycled across threads and requests.
Source
          Encapsulates either a byte array or a file containing the uncompressed data structures used by the data set.
TrieSource
          Encapsulates either a byte array or a file containing the uncompressed data structures used by the data set.
 

Classes in fiftyone.mobile.detection.entities.stream used by fiftyone.mobile.detection.factories
Source
          Encapsulates either a byte array or a file containing the uncompressed data structures used by the data set.