Skip to content

Instantly share code, notes, and snippets.

View tomas-wood's full-sized avatar

Hoemas Ruud tomas-wood

View GitHub Profile
@tomas-wood
tomas-wood / faster_rcnn_service.py
Created December 26, 2018 18:15
Prototype for a pytorch based faster-rcnn service.
#! /usr/bin/env python2.7
# -*- coding: utf-8
# file: faster_rcnn_service.py
# author: Thomas Wood
# email: [email protected]
# description: A service to run faster-rcnn.pytorch on an input image.
from __future__ import print_function
# Import _init_paths to set up sys.path to import modules from faster-rcnn.