Skip to content
Snippets Groups Projects
Commit a6656f63 authored by Jeppe Gade's avatar Jeppe Gade
Browse files

Delete useless

parent a1ec10bb
No related branches found
No related tags found
No related merge requests found
......@@ -3,20 +3,11 @@ import torch
import torch.nn as nn
import torch.nn.functional as F
from torchsummary import summary
import requests
from PIL import Image
from io import BytesIO
from torchvision import transforms
import numpy as np
import pandas as pd
import os
#from pycocotools.coco import COCO
import skimage.io as io
import matplotlib.pyplot as plt
from pathlib import Path
from coco_utils import get_image
......@@ -52,6 +43,6 @@ if __name__=="__main__":
#Run entire thing
input_image = get_image("http://images.cocodataset.org/val2017/000000148783.jpg")
output = runCNN(input_image)
output.shape
print(output.shape)
#Shape of output:
#torch.Size([1, 1280, 7, 7])
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment