This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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. |
OlderNewer