Skip to content

Instantly share code, notes, and snippets.

View ydixon's full-sized avatar

ydixon

View GitHub Profile
import glob
import math
import os
import random
from sys import platform
import cv2
import numpy as np
import torch
import argparse
import pycocotools
from models import *
from utils.datasets import *
from utils.utils import *
# from eval_util import *
import os
import os.path as osp
import re
@ydixon
ydixon / coco_valid.json
Last active January 7, 2019 11:08
mAP on pycocotools
{
"categories":[
{
"id":0,
"name":"person"
},
{
"id":1,
"name":"bicycle"
},