telematics-lab/IoD_Sim

Integration with Object Detection

Closed this issue · 2 comments

Hello,

I'm a Computer Science student and I am doing research in the area of UAV Drones and Computer Vision in 5G networks.

I read the Internet of Drones article and I really enjoyed it! A question that arose was whether it is possible to integrate IoD_Sim with some computer vision system. Maybe, for example, using a drone tracking dataset as input and forwarding it to an object detection system. If it is possible, is there any documentation or guidance on how to do this?

Regards,
Elton.

Hi Elton,

nice to meet you and thank you for your interesting question.

It is possible to develop an application that simulates a camera mounted on the drone that acts as an object tracker. You need to develop your version of the peripheral so that you can feed it with your dataset, then the output may be sent over the simulated network to another simulated remote service. Of course you should also take into account the communication architecture that you want to achieve, which could be a simple client-server or something more complex.

As a documentation/guidance you can use our paper and the example configuration files to understand how IoD Sim works, then the official ns-3 documentation can be used to develop your own object tracking models.

Regarding the development environment, I suggest you to use VSCode and make use of the tasks already in place to build and run the project.

Best,
Giovanni

Hi Giovanni,

I followed your suggestion and I'm using VSCode and tasks to build and run the project. I'm also studying how IoD Sim works.

Thank you so much for the detailed answer and the suggestions, it helped a lot. :D

Best,
Elton.