Skip to content
View stu6520's full-sized avatar

Block or report stu6520

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. convert multiple images format at on... convert multiple images format at one time
    1
    from PIL import Image
    2
    from os import listdir
    3
    from os.path import splitext
    4
    
                  
    5
    target_directory = '.'
  2. camera realtime demo for Yolo-FastestV2 camera realtime demo for Yolo-FastestV2
    1
    #include "yolo-fastestv2.h"
    2
    #include <chrono>
    3
    using namespace std::chrono;
    4
    
                  
    5
    int drawBoxes(cv::Mat srcImg, std::vector<TargetBox> boxes)
  3. rescale multiple images at one time rescale multiple images at one time
    1
    import PIL
    2
    import os
    3
    import os.path
    4
    from PIL import Image
    5
    from PIL import ImageFile
  4. multipal images detection for yolov3... multipal images detection for yolov3 or v4(no gpu)
    1
    #put this file in the same folder as darknet_no_gpu.exe
    2
    import os
    3
    import sys
    4
    import shutil
    5
    from pykeyboard import PyKeyboard