Skip to content

Up to 4 TIS (The Imaging Source) cameras can be used. Images will be concatenated and fed to model.

License

Notifications You must be signed in to change notification settings

SwHaraday/TIS-camera-loader-for-YOLOv5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIS-camera-loader-for-YOLOv5

Up to 4 TIS (The Imaging Source) cameras can be used. Images will be concatenated and fed to model.

Add following statement somewhere before detection loop:

dataset = LoadV4TISCams(source, img_size=640, stride=32, auto=True)

You can get image with following statement of detection loop:

for source, frame_lb, frame, rbt_flag, bad in dataset:

Tiled

Vertical

About

Up to 4 TIS (The Imaging Source) cameras can be used. Images will be concatenated and fed to model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages