提交 5438754f 编写于 作者: J jerrywgz 提交者: GitHub

improve quality of images (#2645)

* improve quality of images

* update url for install doc
上级 0430e48d
demo/000000570688.jpg

57.9 KB | W: | H:

demo/000000570688.jpg

135.1 KB | W: | H:

demo/000000570688.jpg
demo/000000570688.jpg
demo/000000570688.jpg
demo/000000570688.jpg
  • 2-up
  • Swipe
  • Onion skin
demo/output/000000570688.jpg

66.2 KB | W: | H:

demo/output/000000570688.jpg

148.1 KB | W: | H:

demo/output/000000570688.jpg
demo/output/000000570688.jpg
demo/output/000000570688.jpg
demo/output/000000570688.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -20,7 +20,7 @@ For general information about PaddleDetection, please see [README.md](../README.
## PaddlePaddle
Running PaddleDetection requires PaddlePaddle Fluid v.1.5 and later. please follow the instructions in [installation document](http://www.paddlepaddle.org/documentation/docs/en/1.4/beginners_guide/install/index_en.html).
Running PaddleDetection requires PaddlePaddle Fluid v.1.5 and later. please follow the instructions in [installation document](http://www.paddlepaddle.org.cn/).
Please make sure your PaddlePaddle installation was successful and the version
of your PaddlePaddle is not lower than required. Verify with the following commands.
......
......@@ -171,7 +171,7 @@ def main():
mask_results, is_bbox_normalized)
save_name = get_save_image_name(FLAGS.output_dir, image_path)
logger.info("Detection bbox results save in {}".format(save_name))
image.save(save_name)
image.save(save_name, quality=95)
if __name__ == '__main__':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册