Commit 76256146 authored by André Araujo's avatar André Araujo Committed by aquariusjay
Browse files

Small edits to DELF markdown instructions (#6839)

* 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: 24817...
parent b73977ee
## Quick start: landmark detection ## Quick start: landmark detection
### Install DELF library
To be able to use this code, please follow
[these instructions](INSTALL_INSTRUCTIONS.md) to properly install the DELF
library.
### Download Oxford buildings dataset ### Download Oxford buildings dataset
To illustrate detector usage, please download the Oxford buildings dataset, by To illustrate detector usage, please download the Oxford buildings dataset, by
......
## Quick start: DELF extraction and matching ## Quick start: DELF extraction and matching
### Install DELF library
To be able to use this code, please follow
[these instructions](INSTALL_INSTRUCTIONS.md) to properly install the DELF
library.
### Download Oxford buildings dataset ### Download Oxford buildings dataset
To illustrate DELF usage, please download the Oxford buildings dataset. To To illustrate DELF usage, please download the Oxford buildings dataset. To
......
...@@ -4,6 +4,12 @@ These instructions can be used to reproduce the results from the ...@@ -4,6 +4,12 @@ These instructions can be used to reproduce the results from the
[Detect-to-Retrieve paper](https://arxiv.org/abs/1812.01584) for the Revisited [Detect-to-Retrieve paper](https://arxiv.org/abs/1812.01584) for the Revisited
Oxford/Paris datasets. Oxford/Paris datasets.
### Install DELF library
To be able to use this code, please follow
[these instructions](../../../INSTALL_INSTRUCTIONS.md) to properly install the
DELF library.
### Download datasets ### Download datasets
```bash ```bash
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment