Difference between revisions of "DSC180F20W3"
From Immersive Visualization Lab Wiki
Line 5: | Line 5: | ||
Browse the [https://cocodataset.org COCO dataset website] and read [https://arxiv.org/pdf/1405.0312.pdf the paper]. | Browse the [https://cocodataset.org COCO dataset website] and read [https://arxiv.org/pdf/1405.0312.pdf the paper]. | ||
− | == | + | ==Programming== |
− | + | You can do this week's programming assignment on your own computer, or on the cluster. The advantage of using the cluster is that the COCO data set is already available there. If you use your home computer you will have to download the data set. | |
+ | Download the [https://github.com/cocodataset/cocoapi COCO API] and get the Python API to work. | ||
+ | |||
+ | Run the demo at: cocoapi/PythonAPI/pycocoDemo.ipynb | ||
+ | |||
+ | For your Participation submission, describe the demo in a few sentences, and report on a few obstacles you encountered in getting the demo to work. |
Revision as of 22:47, 13 October 2020
Week 3
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 cluster. The advantage of using the cluster is that the COCO data set is already available there. If you use your home computer you will have to download the data set. Download the COCO API and get the Python API to work.
Run the demo at: cocoapi/PythonAPI/pycocoDemo.ipynb
For your Participation submission, describe the demo in a few sentences, and report on a few obstacles you encountered in getting the demo to work.