{ "cells": [ { "cell_type": "code", "execution_count": 7, "id": "initial_id", "metadata": { "collapsed": true, "ExecuteTime": { "end_time": "2023-10-28T09:00:18.202720600Z", "start_time": "2023-10-28T09:00:18.174921400Z" } }, "outputs": [], "source": [ "import cv2" ] }, { "cell_type": "code", "execution_count": 8, "outputs": [], "source": [ "img = cv2.imread('exp4/crops/polygon')" ], "metadata": { "collapsed": false, "ExecuteTime": { "end_time": "2023-10-28T09:00:18.308744Z", "start_time": "2023-10-28T09:00:18.290029900Z" } }, "id": "148356e9fbf5a2eb" }, { "cell_type": "code", "execution_count": 9, "outputs": [], "source": [ "img" ], "metadata": { "collapsed": false, "ExecuteTime": { "end_time": "2023-10-28T09:00:18.429861700Z", "start_time": "2023-10-28T09:00:18.424892300Z" } }, "id": "968432b6c48cb9cf" }, { "cell_type": "code", "execution_count": null, "outputs": [], "source": [], "metadata": { "collapsed": false }, "id": "4db54aac87dfb583" } ], "metadata": { "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", "version": "2.7.6" } }, "nbformat": 4, "nbformat_minor": 5 }