Recent content by markcarlo25

  1. M

    Help make a GUI for this code

    Please help me to make a GUI for this code that has 2 buttons which function is to exit or start the recording the Gui must replace this code function: pressedKey = cv2.waitKey(1) & 0xFF if pressedKey == 32: # Record pressing r recording = True frame_count = 0...
  2. M

    Patulong naman magawan ng GUI

    #depemdent import import cv2 import numpy as np from sklearn.model_selection import train_test_split from tensorflow.keras.utils import to_categorical import os from matplotlib import pyplot as plt import time from sklearn.model_selection import train_test_split from tensorflow.keras.utils...
  3. M

    MAGKANO BAYAD SA ISANG SYSTEM

    MAGKANO HINIHINGI PAG TICKETING AND SUPPORT SYSTEM ANG GAGAWIN
  4. M

    Yolo to tensorrt

    patulong naman po pa convert ng yolo model to tensorrt
  5. M

    Pwedi ba mag realtime objectdetection sa raspberry 4

    pwedi ba mag realtime objectdetection sa raspberry 4
Back
Top