IntelLabs / vdms

VDMS: Your Favorite Visual Data Management System
MIT License
84 stars 31 forks source link

FindDescriptors fails when no labels specified in AddDescriptor #84

Closed luisremis closed 5 years ago

luisremis commented 5 years ago

FindDescriptors will fail when not never specified in any AddDescriptor call.

query: [{'FindDescriptor': {'_ref': 1, 'k_neighbors': 3, 'results': {'blob': True}, 'set': 'test_emb_50'}}] response: [{'FailedCommand': 'Transaction', 'info': 'Failed PMGDTransaction', 'status': -1}]

luisremis commented 5 years ago

Will be fixed in #85 by adding a default label for all descriptors.

luisremis commented 5 years ago

Fixed in #85