We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7593c87 commit 199adc0Copy full SHA for 199adc0
dlclive/__init__.py
@@ -9,3 +9,4 @@
9
from dlclive.dlclive import DLCLive
10
from dlclive.processor.processor import Processor
11
from dlclive.version import VERSION, __version__
12
+from dlclive.benchmark import benchmark_videos, download_benchmarking_data
dlclive/benchmark.py
@@ -16,9 +16,9 @@
16
import colorcet as cc
17
import cv2
18
import numpy as np
19
-import torch
20
from PIL import ImageColor
21
from pip._internal.operations import freeze
+import torch
22
23
try:
24
import pandas as pd
0 commit comments