Skip to content

Commit

Permalink
Tested function
Browse files Browse the repository at this point in the history
  • Loading branch information
honeytung committed Jul 2, 2024
1 parent 624bd0b commit a71575b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/api/routes/image_queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ async def post_image_query(
confidence_threshold=confidence_threshold,
):
logger.debug("Motion detection confidence is high enough to return")
app_state.db_manager.create_iqe_record(record=new_image_query)
return new_image_query
#app_state.db_manager.create_iqe_record(record=new_image_query)
#return new_image_query

image_query = None
if not require_human_review and edge_inference_manager.inference_is_available(detector_id=detector_id):
Expand Down

0 comments on commit a71575b

Please sign in to comment.