IntelLabs / vdms

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

FindDescriptor with blob=True does not work without k_neighbors #91

Closed prashastk closed 5 years ago

prashastk commented 5 years ago

Is that intentional?

Server logs:

"[
   {
      ""entities"" : [
         {
            ""VD:descSetPath"" : ""db/descriptors/020419_inception_v3_64emb"",
            ""VD:dimensions"" : 64
         }
      ],
      ""returned"" : 1,
      ""status"" : 0
   },
   {
      ""info"" : ""Unknown operation type for query\n"",
      ""status"" : -1
   }
]"
luisremis commented 5 years ago

Fixed in #97