This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# yolov5 code for rk3588/rk3588s(borad rock5b) | |
# @author neucrack neucrack.com | |
# @license MIT | |
import sys | |
import cv2 | |
import numpy as np | |
from rknnlite.api import RKNNLite |