Skip to content

Commit 199adc0

Browse files
committed
WIP refactor benchmarking: __init__.py
1 parent 7593c87 commit 199adc0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dlclive/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
from dlclive.dlclive import DLCLive
1010
from dlclive.processor.processor import Processor
1111
from dlclive.version import VERSION, __version__
12+
from dlclive.benchmark import benchmark_videos, download_benchmarking_data

dlclive/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
import colorcet as cc
1717
import cv2
1818
import numpy as np
19-
import torch
2019
from PIL import ImageColor
2120
from pip._internal.operations import freeze
21+
import torch
2222

2323
try:
2424
import pandas as pd

0 commit comments

Comments
 (0)