Benjamin Weinstein

Results 119 comments of Benjamin Weinstein

https://besjournals.onlinelibrary.wiley.com/doi/full/10.1111/1365-2656.13904

https://ramadda.data.bas.ac.uk/repository/entry/show?entryid=c1afe32c-493c-4dc7-af9f-649593b97b2c

Thanks for this PR. Just need to add 'path' to the doc string. https://github.com/weecology/DeepForest/blob/2d2678bdff9b81fdf2b9c672546e0047032fe369/deepforest/main.py#L405 I've been setting DeepForest 2.0 as the Deprecation time for these function arguments. closes https://github.com/weecology/DeepForest/issues/545

From a colleague at ETH Zurich. "https://github.com/qubvel/ttach this is what I've used for semantic segmentation - possibly it has some wrapper for torchvision's object detector output format, but yeah I...

Hi @martibosch! I was just recommending detectree to a student who needed a tree/not tree segmentation. I'm away next week, but happy to connect. Let's take a quick look here....

I think this is going to take some time to debug, I've added a PR to assert that the dataloader gets the arguments. That way we can confident this isn't...

I also have this problem, any solutions?

This is set internally. Is there a reason you need to override the background class? On Sun, Dec 4, 2022 at 3:26 PM Mario Beaulieu ***@***.***> wrote: > It is...

This is set upstream in torchvision, see discussion on the docs here: https://github.com/pytorch/vision/issues/4106 On Mon, Dec 5, 2022 at 7:42 AM Mario Beaulieu ***@***.***> wrote: > Thanks for your rapid...

Have you tried it? ``` Python 3.9.6 (default, Jul 30 2021, 09:31:09) [Clang 10.0.0 ] Type "help", "copyright", "credits" or "license" for more information. from deepforest import main from deepforest...