Skip to content

Commit 61d3d40

Browse files
author
Lin Shao
committed
add point_set_selection_with_gt
1 parent bc9c74e commit 61d3d40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

point_set_selection/point_set_selection_test_with_gt.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from data_preparing_test import train_val_test_list
4141
print("train num %d , val num %d , test num %d" % (len(train_val_test_list._train),len(train_val_test_list._val),len(train_val_test_list._test)))
4242

43-
nnn = 2
43+
nnn = 1
4444
# Basic model parameters
4545
parser = argparse.ArgumentParser()
4646
parser.add_argument('--saver_dir',default='./saved_models/',help='Directory to save the trained model')
@@ -532,7 +532,7 @@ def test(base=0):
532532
old_id_new_list = []
533533

534534
#gripper_index = np.random.choice(np.array([1,2,3,4,5,11,12,13]),FLAGS.batch_size,replace=True)
535-
gripper_index = np.array([3,5])
535+
gripper_index = np.array([11])
536536
#in_gripper_id = 2
537537
#input_gripper_index = np.array([5])
538538
#gripper_index = np.array([11])#np.random.choice(np.array([1,2,3,4,5,7,8,9,11,12,13]),FLAGS.batch_size,replace=True)
@@ -966,7 +966,7 @@ def test(base=0):
966966
input("raw")
967967

968968
# stage3 oldr
969-
if 0:
969+
if 1:
970970
gt_corr_label_list = []
971971

972972
for bbi in range(int(FLAGS.batch_size/gripper_size)):

0 commit comments

Comments
 (0)