Ask Your Question
1

Any tool for cropping positive samples

asked 2018-01-14 09:24:47 -0600

DmitryK gravatar image

I am working on a program which detects boxes from a picture. I am using a cascade classifier to do that. To improve its quality I need to provide more positive samples. I have made many photos of boxes from my webcam. I need in tool to create 'good.dat'-file. I trying to use google imageclipper, but there are no results.. Is there any programms to create file Good.dat with positive object coordinates? I found some in github, but cant run them... If yes, help please with links. Thanks. p.s. Sorry for my bad english)

edit retag flag offensive close merge delete

2 answers

Sort by ยป oldest newest most voted
2

answered 2018-01-15 09:33:12 -0600

procton gravatar image

updated 2018-01-15 09:33:53 -0600

Take a look at https://www.cs.auckland.ac.nz/~m.reza... It's a tutorial which makes use of ObjectMaker.exe utility to crop positive and negative samples. Download link is inside PDF file.

edit flag offensive delete link more

Comments

Thanks! This really useful application! Do you know anything else, just in case ? :)

DmitryK gravatar imageDmitryK ( 2018-01-15 13:17:38 -0600 )edit

Regarding image crop or anything else?

procton gravatar imageprocton ( 2018-01-17 03:52:34 -0600 )edit
2

answered 2018-01-14 09:35:07 -0600

berak gravatar image

updated 2018-01-14 09:35:55 -0600

would opencv's annotation tool be, what you want ? (given a folder of images, it would write a text file with image names an boxes, that can be used with the createsamples tool. you also probably already have that on your box !)

edit flag offensive delete link more

Comments

As I understand, I should to compile && run, but I want to found tool to run without compile.

DmitryK gravatar imageDmitryK ( 2018-01-14 10:04:28 -0600 )edit
1

if you built the opencv libs locally, this one will have been built, too ! have another look at your opencv installation !

berak gravatar imageberak ( 2018-01-14 10:16:46 -0600 )edit

I cannot enable local tools, which comes with opencv..no errors, just cannot run

DmitryK gravatar imageDmitryK ( 2018-01-15 13:19:02 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-01-14 09:24:47 -0600

Seen: 1,117 times

Last updated: Jan 15 '18