tsungi
tsungi
oh yes! I would also prefer cmake (and ctest for unit test?). at least two macro NDEBUG and USE_PEGTL I would also take into consideration.
It should work with geotiff as well. How is your parameter such as `iou_threshold`? And I will try `patch_size` with `400` or `200` on your sample image to see if...
it is possible to pass augmentation functions as `transforms` parameter to `deepforest` constructor https://github.com/weecology/DeepForest/blob/02aac1fd8105f18e63c321be170c2c55d82a51c6/deepforest/main.py#L23 otherwise a default transformation with HorizontalFlip is used (for training) https://github.com/weecology/DeepForest/blob/02aac1fd8105f18e63c321be170c2c55d82a51c6/deepforest/dataset.py#L25 Transformation can be defined with...
The default augmentations from deepforest looks like this https://github.com/weecology/DeepForest/blob/02aac1fd8105f18e63c321be170c2c55d82a51c6/deepforest/dataset.py#L25-L31 Therefore I would also append `ToTensorV2()` and pass the same `box_params`. maybe someone can confirm it.
I had the same issue #301. The fix #304 is not enough. The hard coded part should be removed (See #298)
the installed `albumentations` is too old. I have tried `albumentations` version 1.0.0 (and btw a newer opencv like 4.6.0 is also necessary) and it works probably a careful `environment.yml` can...
here is my comment without any concrete solution... I had to work with different resolutions and found out a simple `resolution` argument may not be sufficient. I am using map...
how about a general sync optional with WebDAV?
I am looking around projects with aerial image + deep learning and find this project. two comments from me: 1. it seems the lfs data quota from @A2Amir or from...
BTW, it might be not enough with `normalize` if we want to support all kind of language. for example the current spec would just not be suitable for CJK languages,...