Skip to content
Snippets Groups Projects
  1. Sep 14, 2021
    • Daniel Ecer's avatar
      added bounding box pipeline (#403) · 603edca9
      Daniel Ecer authored
      * process pdf and xml file lists
      
      * allow sub directories in output path
      
      * make output_annotated_images_path relative to output
      
      * make sure that output directory is created
      
      * use write_bytes in favour of explicit makedirs (cloud ready)
      
      * make --pdf-base-path required
      
      * added pipeline
      
      * not extending ABC due to serialization errors
      
      * log pipeline options
      
      * added test to check serialization
      
      * changed super import to avoid one of the serialization errors in Dataflow
      
      * moved most functionality to separate module
      
      * added libgl1 to setup.py
      
      * added PreventFusion
      
      * minor import grouping
      
      * added TransformAndCount
      
      * reverted super __init__ call
      
      * use parse args, not ignoring unknown args
      
      * expose all of the worker arguments
      603edca9
  2. Aug 26, 2021
  3. Apr 02, 2019
  4. Jan 31, 2019
  5. Nov 02, 2018
    • Daniel Ecer's avatar
      pylint and flake8 checking (#39) · 91e1c0d0
      Daniel Ecer authored
      * added pylint check
      
      * added pylintrc to docker image
      
      * reduced accessive apache beam debug logging
      
      * configured pylint, addressed linting
      
      * enabled flake8 checks
      
      * downgrade pycodestyle to 2.3.1 due to error
      
      * switch to 4 spaces indent
      
      * autopep8
      
      * more flake8
      
      * added new line to .flake8
      91e1c0d0
  6. Nov 29, 2017
  7. Nov 28, 2017
  8. Jul 19, 2017