Object detection using multibands #1604
-
I will try object detection on trees with my own dataset preferable using 4 bands (RGB+elevation)
Is it possible to do object detection using 4 bands? I am using raster vision version Release 0.13.0 with Docker. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
This seems to be an updated version of the Potsdam code: |
Beta Was this translation helpful? Give feedback.
This seems to be an updated version of the Potsdam code:
https://github.com/azavea/raster-vision/blob/master/rastervision_pytorch_backend/rastervision/pytorch_backend/examples/object_detection/cowc_potsdam.py#L86
Is it best to use this code with the latest tag of RV?