Spaces:
Runtime error
Runtime error
File size: 350 Bytes
e0c7c25 |
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 : [email protected], [email protected]
# 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 *
|