-
The original run.py saves the model in pytorch_model.bin, which cannot be loaded directly using the code provided in this repository. After replacing line 422 `trainer.save_model()` in training/run.py…
-
Currently a DGGSIndex only wraps a PandasIndex, which is limited for spatial indexing:
- `dggs.sel_latlon` converts the input latitude/longitude points as grid cells and then queries the pandas ind…
-
To investigate related to efficiency of the (currently very slow) spatial queries:
https://dev.mysql.com/doc/refman/5.7/en/spatial-analysis-functions.html
If that's too complex or unhelpful, ano…
-
We currently keep track of lat/long as floats. However, this makes it slow to do spatial queries like average distance, and selecting tickets within a circle or bounding box.
It would be a big perfo…
-
Valid datasets that DO overlap with query polygon might be rejected by the post-query filtering step. Problem is in `select_datasets_inside_polygon`
https://github.com/opendatacube/datacube-core/bl…
-
我尝试用RT-DETR替换MOTR中的Deformable-DETR,但是出现了loss无法收敛至较低的值。
代码是这样的:
```jsx
# Backbone & Encoder
fpn_features, pos = self.backbone(samples.tensors.squeeze(0), samples.mask)
feat…
-
Basically implement this in Go, or more specifically separate goroutines (for geom and centroid queries) and waitgroups, and emit... something, CSV?
https://github.com/whosonfirst/py-mapzen-whosonf…
-
The ViewQuery class currently does not allow spatial queries (see http://docs.couchbase.org/couchbase-geocouch-guide/couchbase-geocouch-guide-views.html).
Also the generation of spatial views based …
-
It would be great to be able to access the features of GeoCouch (adding a spatial function and making spatial queries) using CouchRest Model to be able to use it in Rails apps conveniently.
-
As mentioned in #884 there are queries directly in the ATS docs, which would be useful to have standalone for automated testing. For both the queries themselves and for other tools to utilize in their…