未验证 提交 53cce1dd 编写于 作者: S ShiningZhang 提交者: GitHub

Merge pull request #1752 from ShiningZhang/develop

relocate import av in pptsn_reader
import numpy as np
import av
import cv2
import pickle
import decord as de
import math
import random
import os
from PIL import Image
import SimpleITK as sitk
try:
import cPickle as pickle
from cStringIO import StringIO
import av
import decord as de
import SimpleITK as sitk
except ImportError:
import pickle
from io import BytesIO
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册