diff --git a/server/routes/calculate_all_image_features.ts b/server/routes/calculate_all_image_features.ts index 2a7d881..6e96b40 100644 --- a/server/routes/calculate_all_image_features.ts +++ b/server/routes/calculate_all_image_features.ts @@ -33,7 +33,21 @@ async function calculate_all_image_features(req: FastifyRequest<{ Body: FromSche } if (req.body.image_id.value) { const image_id = parseInt(req.body.image_id.value) - const results = await image_ops.calculate_all_image_features(image_id, image_buffer) + const results:any = await image_ops.calculate_all_image_features(image_id, image_buffer) + console.log(results[3]) + for(let i=0;i