Uploaded image for project: 'Singa'
  1. Singa
  2. SINGA-318

Extend ImageBatchIter to read image list file without meta info

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None

    Description

      The current ImageBatchIter assumes that each line of the input file includes the image path and meta information separated by a delimiter.

      This ticket is going to extend it for the case where there is no meta info.
      For example, when we do prediction over a batch of images, we don't have the labels of those images. Therefore, each line in the input file just contains the input image path.
      The returned value of the next() function is the image numpy array and a list of [None] * batchsize.

      Attachments

        Activity

          People

            wangwei.cs wangwei
            wangwei.cs wangwei
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: