Generation

text to sql syntaxFri, 02 Dec 2022

Select all image ids where is area of region I table for prediction higher than 0.5

SELECT image_id FROM region_prediction_I WHERE area>0.5;

Questions about programming?Chat with your personal AI assistant