Compile a python script (create EXE )contain Pytourch ,CUDA Deep sort ect

Job ID: 31566030

Budget: $100 – $250 USD

the python run detections on video files and use deep sort

it is compatible with CPU and GPU

need to compile to EXE Window OS

configuration file should not be part of the installation

installation kit if required

the full project will be sent to relevant freelancer


Pay by success only ,
millstone 1

need to show me EXE file working on your system and deliver it
milestone 2
after QA


import sys

sys.path.insert(0, "./yolov5")

import argparse
import os
import platform
import shutil
import time
from pathlib import Path

import cv2
import torch
import torch.backends.cudnn as cudn

from airis_utils.airis_general import (
deep_config,
draw_boxes,
draw_boxes_without_deepsort,
get_deepsort,
get_labels_without_deepsort,
save_text,
xyxy_to_xywh,
)
from yolov5.models.experimental import attempt_load
from yolov5.utils.datasets import LoadImages