Auto_maker
Auto_maker copied to clipboard
question about the --Scaling_probability
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...
What's the error ?
---Original--- From: "heartchilingyun"<[email protected]> Date: Wed, Dec 23, 2020 18:20 PM To: "CVUsers/Auto_maker"<[email protected]>; Cc: "Subscribed"<[email protected]>; 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.
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
博主可以关掉这个问题了