Make api of yolov5 be same bettwen Python and C++

This commit is contained in:
jiangjiajun
2022-07-06 03:57:40 +00:00
parent ab01cf03b2
commit b69f13b268
6 changed files with 26 additions and 45 deletions

View File

@@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import numpy as np
import fastdeploy as fd
import cv2
import os
import re