beaupreda's picture
Upload sensAI-Generic-Object-Detection with upload_repo.py
13170f7 verified
Raw
History Blame Contribute Delete
1.85 kB
import ctypes
from ctypes_enum import CtypesEnum
#If any of the files below are missing, make sure to run PythonCTypesGenerator.py
from .structs.CAlgorithms import *
from .structs.CBasicStructs import *
from .structs.CCameraStructs import *
from .structs.CDetectionStructs import *
from .structs.CFaceData import *
from .structs.CFaceIdStructs import *
from .structs.CFpgaData import *
from .structs.CHandGesture import *
from .structs.CImageManipulation import *
from .structs.CKarolinska import *
from .structs.CLandmarkMaps import *
from .structs.CLicenseResult import *
from .structs.CROIStructs import *
from .structs.CVisualSpeechStructs import *
from .structs.EveProcessingStatus import *
from .structs.EveAlgorithm import *
from .structs.EveAlgorithmStructs import *
from .structs.EveCallbackReturnData import *
from .structs.EveCamera import *
from .structs.EveCameraStructs import *
from .structs.EveConfigurationParameters import *
from .structs.EveControlInterface import *
from .structs.EveControlOption import *
from .structs.EveErrors import *
from .structs.EveFaceId import *
from .structs.EveFaceIdStructs import *
from .structs.EveFaceTracker import *
from .structs.EveFaceTrackerStructs import *
from .structs.EveFpga import *
from .structs.EveFpgaStructs import *
from .structs.EveHandGesture import *
from .structs.EveHandGestureStructs import *
from .structs.EveImage import *
from .structs.EveImageManipulation import *
from .structs.EveImageManipulationStructs import *
from .structs.EveImageStructs import *
from .structs.EveKarolinska import *
from .structs.EveKarolinskaStructs import *
from .structs.EveObjectDetection import *
from .structs.EveObjectDetectionStructs import *
from .structs.EveROI import *
from .structs.EveROIStructs import *
from .structs.EveTiming import *
from .structs.EveTimingStructs import *