从网络传递blob时获得2-d检测阵列,但期望3-d检测阵列

时间:2019-06-13 11:48:39

标签: python-3.x opencv face-detection

          <WebView
            style={{ width: 360, height: 250 }}
            javaScriptEnabled={true}
            className="Video"
            domStorageEnabled={true}
            source={{ uri: "https://www.youtube.com/embed/"+{video}}}
          />
        </View>

        <Gallery className="galleryFirst" style={{position: "relative", flexDirection: "row" }}/>

        <View style={styles.description}>
            <Text style={styles.descriptiontext}>
                Some Text
            </Text>
        </View>

        <Gallery className="gallerySecond" style={{position: "relative", flexDirection: "row" }}/>
  

错误

     

IndexError Traceback(最近一次通话最后一次)

     

in()

     

IndexError:元组索引超出范围

我希望检测形状应为3维,因此不会出现此错误。

0 个答案:

没有答案