Grid-Anchor-based-Image-Cropping-Pytorch icon indicating copy to clipboard operation
Grid-Anchor-based-Image-Cropping-Pytorch copied to clipboard

clean up the mess; use cpu by default

Open zxytim opened this issue 3 years ago • 1 comments

Change Log

  • Add an autocrop.py driver for batch processing on image folder.
  • Overrides _roi_align.so and _roi_align.so with corresponding CPU version. (I'm using a MAC without nvidia gpu :( ).
  • Removed a lot of *.pyc files
  • Add a requirements.txt with correct (old) dependencies.
  • Fix formatting issues with black in pre-commit hook

zxytim avatar Sep 10 '20 09:09 zxytim

Change Log

  • Add an autocrop.py driver for batch processing on image folder.
  • Overrides _roi_align.so and _roi_align.so with corresponding CPU version. (I'm using a MAC without nvidia gpu :( ).
  • Removed a lot of *.pyc files
  • Add a requirements.txt with correct (old) dependencies.
  • Fix formatting issues with black in pre-commit hook

Hi, many thanks for your polish on the code. But I am not familiar with the merging operation in github. :(

HuiZeng avatar Sep 25 '20 10:09 HuiZeng