File tree 2 files changed +16
-9
lines changed 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 26
26
:nb-code
27
27
` ((python (do0
28
28
" # default_exp play04_jpg"
29
- (comments " pip3 install --user opencv-python opencv-contrib-python tqdm xarray pandas" )))
29
+ (comments " pip3 install --user opencv-python opencv-contrib-python tqdm xarray pandas h5netcdf " )))
30
30
(python (do0
31
31
" #export"
32
32
(do0
269
269
(python
270
270
(do0
271
271
" #export"
272
+ (setf do_plot False)
272
273
(setf w (string " cb" ))
273
- (cv.namedWindow w
274
- cv.WINDOW_NORMAL ; AUTOSIZE
275
- )
276
- (cv.resizeWindow w 1600 900 )
274
+
275
+ (when do_plot
276
+ (do0 (cv.namedWindow w
277
+ cv.WINDOW_NORMAL ; AUTOSIZE
278
+ )
279
+ (cv.resizeWindow w 1600 900 )))
277
280
(do0
278
281
; (setf decimator 0)
279
282
(setf all_corners (list )
280
283
all_ids (list )
281
284
all_rejects (list ))
282
285
(setf aruco_params (cv.aruco.DetectorParameters_create))
283
- ( setf do_plot False)
286
+
284
287
(for (frame (tqdm.tqdm (range (len xs.frame))))
285
288
(do0
286
289
(setf gray (dot xs
385
388
:reject ref_rejects
386
389
:recovered_id ref_recovered_ids))
387
390
))
391
+ (do0
392
+ (comments " board.chessboardCorners.shape 1296 3" ))
388
393
389
-
390
- (cv.destroyAllWindows)
394
+ ( when do_plot
395
+ (cv.destroyAllWindows) )
391
396
))))))
392
397
393
398
Original file line number Diff line number Diff line change 1
- rsync -av --progress * .ipynb calib2/* .nc slim:/dev/shm
1
+ rsync -av --progress * .ipynb slim:/dev/shm
2
+
3
+ # calib2/*.nc
2
4
3
5
# tunnel to slim
4
6
# ssh slim -L 8888:localhost:8888
You can’t perform that action at this time.
0 commit comments