1. 20 5月, 2016 3 次提交
    • E
      add SIFT Flow FCNs · 11a101ca
      Evan Shelhamer 提交于
      These nets are jointly trained for segmentation of semantic and
      geometric classes since this dataset includes annotations for both.
      
      - FCN-32s SIFT Flow
      - FCN-16s SIFT Flow
      - FCN-8s SIFT Flow
      
      TODO: fix semantic class evaluation for this dataset, which requires
      special care since there are missing classes in the test set.
      11a101ca
    • E
      add NYUD FCNs · 3f83b8df
      Evan Shelhamer 提交于
      - FCN-32s Color: FCN-32s arch on BGR input
      - FCN-32s HHA: FCN-32s arch on HHA input
      - FCN-32s Color-Depth (early): early fusion for BGR-D input
      - FCN-32s Color-HHA (late): late fusion of FCN-32s Color + FCN-32s HHA
      3f83b8df
    • E
      add all-at-once edition of FCN-8s for PASCAL VOC · 44f93ec4
      Evan Shelhamer 提交于
      This net is fine-tuned from VGG-16 all-at-once instead of in stages.
      All-at-once learning is faster and less tedious but gives an
      ever-so-slightly less accurate model.
      44f93ec4
  2. 22 4月, 2016 3 次提交
  3. 14 4月, 2016 1 次提交