Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up the image reading for large-scale image classification. #457

Closed
qingqing01 opened this issue Nov 14, 2016 · 1 comment
Closed
Assignees

Comments

@qingqing01
Copy link
Contributor

  1. Using a library with OpenCV to process image including data argumentations.
  2. This library also use multi-thread to speed up.
  3. Then loads this library in the DataProvider.
@qingqing01 qingqing01 changed the title Speed up the image reading speed for large-scale image classification. Speed up the image reading for large-scale image classification. Nov 14, 2016
@qingqing01 qingqing01 self-assigned this Nov 14, 2016
@reyoung
Copy link
Collaborator

reyoung commented Dec 16, 2016

In Paddle repository, we just use Python to speed up Image reading. The experimental optimization of Image reading and processing will be host in a separate repository currently. Please tracking that repository for the progress of this issue.

@reyoung reyoung closed this as completed Dec 16, 2016
zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this issue Sep 25, 2019
* add_api_cn (PaddlePaddle#437)

* add gpu benchmark page (PaddlePaddle#436)

* add gpu benchmark

* fix comments

* add chinese link in gen_doc.py (PaddlePaddle#439)

* modified gen_doc.py

* Update gen_doc.py

* update gen_doc.py

* Update mobile doc (PaddlePaddle#440)

* update_en_structure

* update_Paddle_commitid

* delete_DS

* update_mobile_doc

* Update book commit (PaddlePaddle#438)

* update_en_structure

* update_Paddle_commitid

* delete_DS

* update_book_commit_id

* update_api_rst

* Adjust structure of advanced usage (PaddlePaddle#442)

* adjust_structure_of_advanced_usage

* Update paddle_gpu_benchmark.md

* adjust_toctree_hidden

* fix_api_guide

* Update index.rst

* fix deadlinkes (PaddlePaddle#443)

* add_toctree (PaddlePaddle#445)

* adjust_beginners_structure (PaddlePaddle#446)

* adjust_beginners_structure

* Update index.rst

* update install_doc for python3 (PaddlePaddle#418)

* update install_doc for python3

* update python3.5+ info,test=develop

* fix review, test=develop

* fix_pic (PaddlePaddle#447)

* delete en2zn link

* update lod_tensor

* 1207

 1.english api reference links removed
2. formatted

* update transpiler

* update profilse_cn
Meiyim added a commit to Meiyim/Paddle that referenced this issue May 21, 2021
* update readme

* update demo

* + 160G model

* qa model bugfix: models inherits docstrings

* Update README.zh.md

* Update README.en.md

* Update README.zh.md

* reorganize binaries

* Update README.zh.md

* Update README.en.md

* Update README.zh.md

* Update README.en.md
thisjiang pushed a commit to thisjiang/Paddle that referenced this issue Oct 28, 2021
* Add InferShape for Builer.

* move x86 tune-key collection out of infershape

* Replace std::unordered_map with absl::flat_hash_map in AttrMapType.

* Update some errors about the type of InferShape & InferDtype.

Co-authored-by: wangone <[email protected]>
wangxicoding pushed a commit to wangxicoding/Paddle that referenced this issue Dec 9, 2021
gglin001 added a commit to graphcore/Paddle-fork that referenced this issue Mar 17, 2022
AnnaTrainingG pushed a commit to AnnaTrainingG/Paddle that referenced this issue Sep 19, 2022
lizexu123 pushed a commit to lizexu123/Paddle that referenced this issue Feb 23, 2024
* Add URLs of slim models

* Rename slim models url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants