insightface icon indicating copy to clipboard operation
insightface copied to clipboard

Increase the jpg quality in rec2image

Open ShiquanYu opened this issue 4 years ago • 1 comments
trafficstars

  1. Modify jpg save quality to 100%
  2. Add tqdm process bar

ShiquanYu avatar Jan 29 '21 04:01 ShiquanYu

There is no need to read-write jpeg s = imgrec.read_idx(_idx) _header, _img = mx.recordio.unpack(s) image_path = os.path.join(id_dir, "%d.jpg" % imgid) with open(image_path, mode='wb') as file: # b is important -> binary file.write(_img)

ielenik avatar Nov 09 '21 17:11 ielenik