Commit 1c4166f7 authored by Tatsuya's avatar Tatsuya Committed by Yuxin Wu

Add import statement for OpenCV (#136)

parent 44a2c531
...@@ -12,6 +12,7 @@ import time ...@@ -12,6 +12,7 @@ import time
import random import random
import argparse import argparse
import six import six
import cv2
from tensorpack import * from tensorpack import *
from tensorpack.RL import * from tensorpack.RL import *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment