Ethan White
Ethan White
This seems like a pretty complex topic that is unlikely to be easily added on a short time-frame, but could make a decent GSOC proposal. This would implement dynamic cropping,...
Thanks @bw4sz. So, @Om-Doiphode - it's great that you're excited about this one, but we think it's better to think of it as a GSOC project to propose (if you...
@das-ankur - there's already an open pull request on this one #439
It looks like the initial attempt to fix this was never completed, but we'd welcome help on this one.
@ire-mide1 - I'm guessing that you didn't mean to include the file `deepforest/models/# Model.py` in this PR. Can you remove it and update the PR? Depending on your level of...
Closing due to inactive. Feel free to reopen if you return to this.
Thanks for the heads up @tobyhodges! I like option 1. If you have time for a PR it would be most welcome or alternatively a list of links that this...
Close by #1036. Thanks again for the help @tobyhodges!
The `.git` folder is definitely huge at 1.1 GB. Some of this is old files that are no longer in HEAD and some of which are large files that we...
Here are some useful code chunks for doing this work: ## Get the biggest files in the history ```sh git rev-list --objects --all | git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)'...