DSC180F20W3

From Immersive Visualization Lab Wiki
Revision as of 23:54, 13 October 2020 by Jschulze (Talk | contribs)

Jump to: navigation, search

Week 3: COCO Dataset

Reading

Browse the COCO dataset website and read the paper.

Programming

You can do this week's programming assignment on your own computer, or on the DSMLP cluster. The advantage of using the cluster is that the COCO data set has already been downloaded to it.

Download the COCO API and get the Python API to work (no need to deal with Matlab or Lua).

Run the demo: cocoapi/PythonAPI/pycocoDemo.ipynb

For your Week 3 Participation Assignment, answer the following questions:

  1. What does the COCO dataset consist of?
  2. What does the Python API demo do?
  3. Which were the biggest problems you had to solve to get the demo to work?