8 lines
207 B
Python
8 lines
207 B
Python
'''
|
|
@ Date: 2020-12-10 16:37:04
|
|
@ Author: Qing Shuai
|
|
@ LastEditors: Qing Shuai
|
|
@ LastEditTime: 2020-12-10 16:52:06
|
|
@ FilePath: /mvpose/code/estimator/YOLOv4/__init__.py
|
|
'''
|
|
from .yolo import YOLOv4 |