Try   HackMD
  •  
    XZL
    ·
    Last edited by XZL on Jun 28, 2022
    Linked with GitHub
    Contributed by
  • Edit
Log in to edit or delete your comments and be notified of replies.
Sign upAlready have an account? Log in
There is no commentSelect some text and then click Comment, or simply add a comment to this page from below to start a discussion.
Last changed by 

 
XZL
·
0
181

Read more

Untitled

import cv2 import numpy as np from matplotlib import pyplot as plt from IPython.display import display from PIL import Image cap = cv2.VideoCapture("filesrc location=street.h264 ! h264parse ! vaapih264dec ! videoconvert ! video/x-raw,format=NV12 ! appsink") ret, vaapi = cap.read() cap.release() rgb_vaapi = cv2.cvtColor(vaapi, cv2.COLOR_YUV2RGB_NV12)

Nov 8, 2020
Graph

Apr 25, 2019
Greedy Algorithm

Apr 25, 2019
Read more from XZL

Published on HackMD

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up