HorizonRobotics / Sparse4D

MIT License
326 stars 31 forks source link

How to Use Custom Input Sources for Object Detection? #91

Open andrew403 opened 2 months ago

andrew403 commented 2 months ago

Hi, I’m currently working with Sparse4D and would like to use a custom input source, such as a camera or specific image files, to perform object detection. Could you please guide me on how to modify the code to allow Sparse4D to process images from a camera or load images from a directory for object detection, and then output the results? Thanks.