blurred faces
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 205 KiB After Width: | Height: | Size: 277 KiB |
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 315 KiB |
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 310 KiB |
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 269 KiB |
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 320 KiB |
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 334 KiB |
Before Width: | Height: | Size: 222 KiB After Width: | Height: | Size: 286 KiB |
Before Width: | Height: | Size: 232 KiB After Width: | Height: | Size: 299 KiB |
Before Width: | Height: | Size: 251 KiB After Width: | Height: | Size: 316 KiB |
Before Width: | Height: | Size: 262 KiB After Width: | Height: | Size: 325 KiB |
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 307 KiB |
Before Width: | Height: | Size: 255 KiB After Width: | Height: | Size: 314 KiB |
@ -440,7 +440,6 @@ def calibrate_intrinsics(calib_dir, intrinsics_config_dict):
|
|||||||
for img_path in img_vid_files:
|
for img_path in img_vid_files:
|
||||||
if show_detection_intrinsics == True:
|
if show_detection_intrinsics == True:
|
||||||
imgp_confirmed, objp_confirmed = findCorners(img_path, intrinsics_corners_nb, objp=objp, show=show_detection_intrinsics)
|
imgp_confirmed, objp_confirmed = findCorners(img_path, intrinsics_corners_nb, objp=objp, show=show_detection_intrinsics)
|
||||||
print(len(imgp_confirmed), len(objp_confirmed))
|
|
||||||
if isinstance(imgp_confirmed, np.ndarray):
|
if isinstance(imgp_confirmed, np.ndarray):
|
||||||
imgpoints.append(imgp_confirmed)
|
imgpoints.append(imgp_confirmed)
|
||||||
objpoints.append(objp_confirmed)
|
objpoints.append(objp_confirmed)
|
||||||
@ -803,7 +802,6 @@ def imgp_objp_visualizer_clicker(img, imgp=[], objp=[], img_path=''):
|
|||||||
objp_confirmed = [[objp[count]] if 'objp_confirmed' not in globals() else objp_confirmed+[objp[count]]][0]
|
objp_confirmed = [[objp[count]] if 'objp_confirmed' not in globals() else objp_confirmed+[objp[count]]][0]
|
||||||
ax_3d.scatter(*objp[count], marker='o', color='g')
|
ax_3d.scatter(*objp[count], marker='o', color='g')
|
||||||
fig_3d.canvas.draw()
|
fig_3d.canvas.draw()
|
||||||
print(objp_confirmed)
|
|
||||||
|
|
||||||
|
|
||||||
# Right click:
|
# Right click:
|
||||||
|