390d6560c6873526218606c254627f52898c700d,deeplabcut/pose_estimation_3d/plotting3D.py,,plot2D,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,272
Before Change
// Set the x,y, and z limits for the 3d view
numberFrames = min(
[
int(vid_cam1.get(cv2.CAP_PROP_FRAME_COUNT)),
int(vid_cam2.get(cv2.CAP_PROP_FRAME_COUNT)),
]
) // minimum of two cameras / TODO: clean up!
df_x = np.empty((len(bodyparts2plot), numberFrames))
df_y = np.empty((len(bodyparts2plot), numberFrames))
df_z = np.empty((len(bodyparts2plot), numberFrames))
After Change
// Set the x,y, and z limits for the 3d view
numberFrames = min(len(vid_cam1) , len(vid_cam2))
df_x = np.empty((len(bodyparts2plot), numberFrames))
df_y = np.empty((len(bodyparts2plot), numberFrames))
df_z = np.empty((len(bodyparts2plot), numberFrames))
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: AlexEMG/DeepLabCut
Commit Name: 390d6560c6873526218606c254627f52898c700d
Time: 2020-08-19
Author: 30733203+jeylau@users.noreply.github.com
File Name: deeplabcut/pose_estimation_3d/plotting3D.py
Class Name:
Method Name: plot2D
Project Name: tryolabs/luminoth
Commit Name: 37e31ed5fc192983ac9023ebe19d0850ca0b2bbf
Time: 2018-08-24
Author: dekked@gmail.com
File Name: luminoth/tools/dataset/readers/object_detection/object_detection_reader.py
Class Name: ObjectDetectionReader
Method Name: _filter_total
Project Name: dmlc/gluon-nlp
Commit Name: 03b0e7061cf477fbeccb9c128ee76603df582d86
Time: 2018-09-04
Author: leonard@lausen.nl
File Name: scripts/word_embeddings/evaluate_pretrained.py
Class Name:
Method Name:
Project Name: NifTK/NiftyNet
Commit Name: 253f50c4945b398f728ee45a6cd47abf78c84e1f
Time: 2017-08-10
Author: wenqi.li@ucl.ac.uk
File Name: niftynet/io/image_window.py
Class Name:
Method Name: complete_partial_window_sizes