Spaces:
Runtime error
Runtime error
File size: 350 Bytes
97069e1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#! /usr/bin/env python3
# -*- coding: utf-8 -*-
# File : __init__.py
# Author : Jiayuan Mao, Tete Xiao
# Email : maojiayuan@gmail.com, jasonhsiao97@gmail.com
# Date : 07/13/2018
#
# This file is part of PreciseRoIPooling.
# Distributed under terms of the MIT license.
# Copyright (c) 2017 Megvii Technology Limited.
from .prroi_pool import *
|