Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using AWR1843BOOST to detect animals #46

Open
guruvishnuvardan opened this issue Feb 16, 2024 · 5 comments
Open

Using AWR1843BOOST to detect animals #46

guruvishnuvardan opened this issue Feb 16, 2024 · 5 comments

Comments

@guruvishnuvardan
Copy link

Dear Ibai,

Good Day!

Can you please let me know, if I can use AWR1843BOOST for detecting animals on the road? (example: Cattle).

Thanks
Guru

@mhatch06
Copy link

Not Ibai, but hopefully I can provide some help.

It depends on your implementation and needs, but you can definitely use this to detect 'objects' on the road(within a certain range), but if you need to differentiate animals from other objects(e.g. cars, people, etc) I think that an actual camera would be better for your case.

@guruvishnuvardan
Copy link
Author

Not Ibai, but hopefully I can provide some help.

It depends on your implementation and needs, but you can definitely use this to detect 'objects' on the road(within a certain range), but if you need to differentiate animals from other objects(e.g. cars, people, etc) I think that an actual camera would be better for your case.

@mhatch06 --- Thanks a ton for your advise.

@guruvishnuvardan
Copy link
Author

@mhatch06 -- Can you please clarify me the following

Can we detect larger animals like Cows based on Signal to Noise ratio ? Or Can we detect the presence of animals based on Vital Signs (using range Doppler)

Please correct me, if any of my assumptions are wrong.

Thanks
Guru

@guruvishnuvardan
Copy link
Author

@mhatch06

@ibaiGorordo

Can you please clarify my above comments.

@adithyasunil26
Copy link

@guruvishnuvardan I did attempt object detection and classification using the IWR1843BOOST board.

As @mhatch06 suggested, FMCW radars are great for object or obstacle detection, but when it comes to classification, it would be better to go with a camera, lidar or some form of sensor fusion rather than depending on the radar board.

From my experiments and observations, the point clouds generated from radar boards aren't dense enough to actually classify objects that aren't very different. For example, if you were to classify between a person and a truck, it might work well, but if u want to classify between a hatchback and a sedan, it probably won't. So, if you are dealing with objects that are very different from each other in size and shape, lets say a cow and a person, then it makes sense to proceed with the radar-based approach, but if you need high accuracy and the objects aren't very characteristically different like a cow and other animals of similar characteristic features, then you will need to re-evaluate your approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants