CVUsers / Auto_maker

大家好,这是cv调包侠开源原创项目,您可以特别方便地通过我的auto-Maker实现目标检测数据集的实时生成,包括:实时数据采集、自动标注、转换、增强,并可以直接进行yolov3、yolov4、yolov5、eficientdet等,它可以直接导出到onnx,通过openvino和tensor-RT加速,除了检测外,还支持分类算法,可以在一分钟内完成图像的智能分类。欢迎来star Hello everyone, this is me: cver open source original project, you can particularly convenient through my auto_ Maker realizes the real-time production of target detection data set, including: real data acquisition, automatic annotation, conversion, enhancement, and can directly carry out yolov3, yolov4 , yolov5, eficientdet, etc., which can be directly exported to onnx and accelerated by openvino and tensor RT. besides detection, it also supports classification algorithm, which can complete intelligent classification of images in one minute. Welcome to star~
193 stars 42 forks source link

question about the --Scaling_probability #1

Open heartchilingyun opened 3 years ago

heartchilingyun commented 3 years ago

Your work really helps me a lot, since I've dreamed of this kind of labeling tool a lot. There is a question when i run this command: python get_images.py ----Scaling_probability Anybody can help me to deal with this? thanks...

CVUsers commented 3 years ago

What's the error ?

---Original--- From: "heartchilingyun"<notifications@github.com> Date: Wed, Dec 23, 2020 18:20 PM To: "CVUsers/Auto_maker"<Auto_maker@noreply.github.com>; Cc: "Subscribed"<subscribed@noreply.github.com>; Subject: [CVUsers/Auto_maker] question about the --Scaling_probability (#1)

Your work really helps me a lot, since I've dreamed of this kind of labeling tool a lot. There is a question when i run this command: python get_images.py ----Scaling_probability Anybody can help me to deal with this? thanks...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

2197808908a commented 2 years ago

If you want to enable it,You have to add two number like this: [0.6, 1.4] after ‘--Scaling_probability’ ,The default is [0.6, 1.4] ,There is writing in the code。So you can run this command: “python get_images.py --Scaling_probability [0.6, 1.4] ” to Implement the features you want. You can also add your own desired proportions to that line of code

2197808908a commented 2 years ago

博主可以关掉这个问题了