tensorflow / tpu

Reference models and tools for Cloud TPUs.

Home Page:https://cloud.google.com/tpu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In the paper, is the pseudo-label of the ImageNet the classification label? or bounding box annotation for ImageNet dataset? (In object detection)

woojung-son opened this issue · comments

In the paper, the self-training pipeline is described as follows:

  1. train the teacher model on the target dataset (COCO)
  2. Generate the pseudo labels for ImageNet dataset
  3. Initialize the student model with the result from 1)
  4. Train the student model with pseudo-labeled ImageNet dataset and COCO dataset.

In 2), is the pseudo label the classification label? or bounding box annotation for ImageNet dataset?