Denis

Results 3 comments of Denis

I'd like to also ask about the dense sift. Basically, the question is if it is possible to request SIFT features calculation for a given set of keypoints (their coordinates),...

Looking through the code, am I right that denseSIFT implementation might be possible with the `ExtractSiftDescriptors` function? May it be possible to use it standalone?

Just as with DigitalOcean, Yandex Cloud Object Storage uses S3-compatible protocol, so follow the DigitalOcean docs: https://django-storages.readthedocs.io/en/latest/backends/digital-ocean-spaces.html The specific settings are: ``` AWS_S3_ENDPOINT_URL = 'https://storage.yandexcloud.net' AWS_S3_REGION_NAME = 'ru-central1' ```