cancel
Showing results for 
Search instead for 
Did you mean: 

Creating bounding Boxs - image pre-processing

Creating bounding Boxs - image pre-processing

I am wanting to use create bounding boxes in order to crop images before uploading them to Datarobot. What python/other software would you recommend to achieve this?

Just for context looking at the DR activation maps (shown below) of one of the images most of the pixels aren't used in the classification of the image so to reduce the projects size Ideally they can be cropped out before modelling.   

IraWatt_2-1645030145923.png

 

 

Labels (2)
1 Solution

Accepted Solutions

Hi @IraWatt 

Are you sure you need to crop them? The fact that DataRobot does not use full image does not mean that you need to do anything extra. Unless you are sure that your model will really benefit form it.

 

If you still decide to crop objects you can use any open source object detection models like yolo or tools like CVAT.

View solution in original post

3 Replies

Hi @IraWatt 

Are you sure you need to crop them? The fact that DataRobot does not use full image does not mean that you need to do anything extra. Unless you are sure that your model will really benefit form it.

 

If you still decide to crop objects you can use any open source object detection models like yolo or tools like CVAT.

Ah great thanks @anton.kasyanov, I hadn't heard of yolo or CVAT checking them out right now. The reason I'm concerned by DataRobot rescaling is I assume in order to do this without cropping causes the image to become pixilated as the information is compressed to a smaller size thereby reducing accuracy. 

0 Kudos
jas0n
Data Scientist
Data Scientist

Hi @IraWatt 

Just making sure you got everything you needed on this. Since the original question, many of us have experimented with combining Yolo v5 with DataRobot for bounding boxes. Please reach out to your account team if you'd like a demo.

Thanks,
Jason

0 Kudos