c4ef3d26c02514fd3f42af0d2631db0f72eace89,examples/policy_ros.py,,,#,51

Before Change



    // setup filenames
    if color_im_filename is None:
        color_im_filename = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                         "..",
                                         "data/examples/single_object/primesense/color_0.png")
    if depth_im_filename is None:
        depth_im_filename = os.path.join(os.path.dirname(os.path.realpath(__file__)),
                                         "..",
                                         "data/examples/single_object/primesense/depth_0.npy")

After Change


        
    // read images
    depth_im = DepthImage.open(depth_im_filename, frame=camera_intr.frame)
    color_im = ColorImage(np.zeros([depth_im.height, depth_im.width, 3]).astype(np.uint8),
                          frame=camera_intr.frame)

    // read segmask
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: BerkeleyAutomation/gqcnn
Commit Name: c4ef3d26c02514fd3f42af0d2631db0f72eace89
Time: 2018-11-19
Author: jmahler@berkeley.edu
File Name: examples/policy_ros.py
Class Name:
Method Name:


Project Name: rusty1s/pytorch_geometric
Commit Name: b6a7c304c68fe4a1300970459a3807ee7bce6c87
Time: 2018-05-22
Author: matthias.fey@tu-dortmund.de
File Name: examples/cora.py
Class Name:
Method Name:


Project Name: lanpa/tensorboardX
Commit Name: 4debe684b9332a0fee78065f9d506c7119568d06
Time: 2017-08-15
Author: 178844@studenti.unimore.it
File Name: tensorboard/embedding.py
Class Name:
Method Name: make_sprite