- Python 3.6 (tensorflow pls)
- Please download, unzip, and place the images in: coco/images/
- Please download and place the annotations in: coco/annotations/
python3 -m venv venvsource venv/bin/activatepip3 install -r requirements.txtjupyter lab- Experiment and attempt to load all images and captions with the
pycocotoolsAPI library. UsepycocoDemonotebook for reference.