sunny-day-flooding-project / Object-Detection

0 stars 0 forks source link

bounding boxes #2

Closed ebgoldstein closed 4 days ago

ebgoldstein commented 1 week ago

modify the code to be able to export bounding box location + class.. so that this info can be overlain on the image.

Perri-Woodard commented 1 week ago

Hi Evan,

I have updated the code to include exporting a csv with the bounding box location + class, as well added functionality to output images with the bounding boxes drawn and class labels added. Let me know if this seems sufficient/ if I should make any edits! Also, let me know if there is a time next week later in the week when you would be available to discuss next steps. Thanks!

ebgoldstein commented 1 week ago

Awesome! Can you post some results? I recommend taking all the pics you had in the slideshow and posting those with bounding boxes/classes to see what is going on... also- I recommend looking through a bunch of images just to see for yourself if the model is/is not working ...

And Post some pics here in this thread!

Perri-Woodard commented 1 week ago

After looking through some of the images, there are a couple of general takeaways I have:

In general, the model works okay. It definitely has some issues with identifying items that are not in the foreground or are off to the side, or double counting parts of one vehicle as two items. I will post some of these examples below!

Perri-Woodard commented 1 week ago

Raindrop as a person: CAM_CB_01_20230830122422_event3

Boat counted as a car: CAM_CB_01_20231001165422_event21

My personal favorite, the carck: CAM_CB_01_20230901133621_event7

The shed (that's apparently a truck): CAM_CB_01_20231031164225_event32

Pole reflection in right hand corner being counted as a person??: CAM_CB_01_20231002163022_event22

Person in car: CAM_CB_01_20230903161222_event11

Random (slender) things as people: CAM_CB_01_20231227150026_event40

Random items on edges of photos as vehicles: CAM_CB_01_20240328142426_event53

Overall, my conclusion that person identification definitely needs help (or computers just think people are EXTREMELY skinny.) CAM_CB_01_20231101173025_event33

Perri-Woodard commented 5 days ago

Here is a link to the updated slideshow with bounding boxes and classes: Object_Detection V1 Results Discussion- with bounding boxes

ebgoldstein commented 4 days ago

awesome - those slides are great @Perri-Woodard .

cc: @anardek - this is an good follow up from last week.

I'm closing this issue, and opening a new one re: labeling data and retraining the model