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

Initial Release #3

Open
45 of 55 tasks
Xu-Justin opened this issue Oct 12, 2022 · 0 comments · Fixed by #28
Open
45 of 55 tasks

Initial Release #3

Xu-Justin opened this issue Oct 12, 2022 · 0 comments · Fixed by #28
Assignees

Comments

@Xu-Justin
Copy link
Owner

Xu-Justin commented Oct 12, 2022

Patchmentation Core Function

  • Collections
    • BBox
    • Mask
    • Image
    • Patch
    • ImagePatch
    • Dataset
  • Filtering
    • Filter by width
    • Filter by height
    • Filter by aspect ratio
  • Transform
    • Resize
    • Random resize
    • Scale
    • Random scale
    • Grayscale
    • Random grayscale
  • Visibility thresholding
  • Patch distribution
  • Patch blending mode
    • Hard edge
    • Soft edge
  • Negative patching
  • Background patching
    Description: Sometimes background already has positive patches. We want to preserve it.

Dataset

Automation

  • GitHub actions test
  • PyPI deployment
    • Deployment script
    • Deployment automation with GitHub action

Additional Tasks

  • README for patchmentation
  • Documentation
  • Docstrings

Benchmarking

  • Benchmarking on Pascal VOC / COCO dataset using YOLOv?
  • Custom dataset for benchmarking
  • Benchmarking on a custom dataset using YOLOv?

Development Tools / Optimization (Optional)

  • Visualization using Streamlit
  • Conditional package installation (reference)
  • Docker environment
  • Implement caching
    • Shape, width, height, channel
  • Fix code formatting
  • Implements property / descriptors to collections
  • Account gamma corrections when blending colors (reference)
  • Optimize mask saving for image with no transparency
  • Add progress bar when loading a dataset
@Xu-Justin Xu-Justin pinned this issue Oct 12, 2022
@Xu-Justin Xu-Justin linked a pull request Dec 5, 2022 that will close this issue
@Xu-Justin Xu-Justin reopened this Dec 5, 2022
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

Successfully merging a pull request may close this issue.

2 participants