Code for Detect-to-Retrieve fully integrated (#6829)
* Initial feature aggregation code for Detect-to-Retrieve paper.
PiperOrigin-RevId: 246043144
* Add support for ASMK/ASMK*/R-ASMK/R-ASMK*.
PiperOrigin-RevId: 247337028
* Add DatumProto uint32 field, and limit datum_io to uint32 and float32/float64 types.
Also, introduce DatumPairProto, to be used for ASMK variants. Functions to read/write in this new format are added and tested.
PiperOrigin-RevId: 247515205
* Add batching option to feature aggregation extraction.
PiperOrigin-RevId: 247614627
* Script to perform local feature aggregation, with associated configs.
Also small edits to the aggregation extractor, for better handling of input features / avoiding OOM.
PiperOrigin-RevId: 248150750
* Tests to check that aggregation using regions with no local features works.
PiperOrigin-RevId: 248153275
* Include new library/proto for aggregation
* Merged commit includes the following changes:
PiperOrigin-RevId: 248176511
* Merged commit includes the following changes:
248194572 by Andre Araujo:
Change tf.tensor_scatter_nd_add --> tf.compat.v1.tensor_scatter_add to make it compatible with TF 1.X.
--
PiperOrigin-RevId: 248194572
* Functions to parse ground-truth and compute metrics for revisited datasets.
Unit tests are added.
PiperOrigin-RevId: 248561575
* Small change to argparse bool option, which does not work as expected.
PiperOrigin-RevId: 248805505
* Class to compute similarity between aggregated descriptors.
PiperOrigin-RevId: 249102986
* Script to perform retrieval and compute metrics.
PiperOrigin-RevId: 249104011
* feature_aggregation_similarity library in DELF init
* D2R instructions / README update
* Small edit to README
* Internal change.
PiperOrigin-RevId: 249113531
* Instructions to reproduce D2R paper results, and small edits to config files.
PiperOrigin-RevId: 249159850
Showing
Please register or sign in to comment