Adeel Hassan
Adeel Hassan
Hi all! For NAIP, have you considered the problem of making sure that chips fully align with their counterparts from other years? This would be a desirable property to have...
@yellowcap, I hear you on the technical challenges. I think the approach we're using looks promising. The main idea is to tie the chip bounding boxes to the AOI and...
Thanks for the detailed report! I have not encountered this before so don't have a ready answer, but here are some thoughts/ideas: - >Disabling monitoring by setting TORCH_NCCL_ENABLE_MONITORING=0 avoids the...
So memory is being allocated on both GPUs but only one is being utilized? Does it stay consistently at 0% throughout the training or does it vary?
Ah, I see. Raster Vision does build the datasets sequentially: first for the master DDP process (the rank 0 process) and then for the rest. This is to avoid downloading...
A lot of the code in this file is repeated, so it is important to fix _all_ occurrences. What worked for me is replacing **all** occurrences of the line ```py...
Thanks for creating the issue. I think this will be a useful change. Would you like to make a PR?
Thanks for the issue. That docstring is out-of-date. The code uses the `ClassConfig`'s `null_class_id` now, as you noted. Can you share a sample label GeoTIFF?
Thanks for the issue and the PR! Can you say a bit more about your use case? Do you want to, say, feed in `uint16` values type-casted directly to floats...
Right, I understand. What I meant was that that normalization only happens if the data is an unsigned integer type, so if the data is already type-casted to a float...