Skip to content

Commit

Permalink
fixed to install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
marcown committed Feb 12, 2023
1 parent 578d924 commit 571233a
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 246 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 aleju
Copyright (c) 2015 marcown

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
282 changes: 141 additions & 141 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions changelogs/v0.2.9.summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ image_aug, psoi_aug = iaa.Affine(rotate=45).augment(
)
```

See [imgaug-doc/notebooks](https://github.com/aleju/imgaug-doc/tree/master/notebooks)
See [imgaug-doc/notebooks](https://github.com/marcown/imgaug-doc/tree/master/notebooks)
for a jupyter notebook with many more examples.

Changes related to polygon augmentation:
Expand Down Expand Up @@ -134,7 +134,7 @@ image_aug, lsoi_aug = iaa.Affine(rotate=45).augment(
)
```

See [imgaug-doc/notebooks](https://github.com/aleju/imgaug-doc/tree/master/notebooks)
See [imgaug-doc/notebooks](https://github.com/marcown/imgaug-doc/tree/master/notebooks)
for a jupyter notebook with many more examples.

## Simplified Augmentation Interface
Expand Down
Loading

0 comments on commit 571233a

Please sign in to comment.