grasp_multiObject icon indicating copy to clipboard operation
grasp_multiObject copied to clipboard

Some code error

Open woshisj opened this issue 6 years ago • 2 comments

When I run visualizationGripper.m, matlab presented Error in visualizationGripper (line 3) A = fscanf(fileID, '%f %f', sizeA) I solved that problem, and I think that the code fileID = fopen('rgd_cropped320/rgb_0000_annotationsCropped320.txt','r'); in first line. should be change to fileID = fopen('rgd_cropped320/rgd_0000_annotationsCropped320.txt','r');

woshisj avatar Mar 17 '18 02:03 woshisj

When I run visualizationGripper.m, matlab presented Error in visualizationGripper (line 3) A = fscanf(fileID, '%f %f', sizeA) I solved that problem, and I think that the code fileID = fopen('rgd_cropped320/rgb_0000_annotationsCropped320.txt','r'); in first line. should be change to fileID = fopen('rgd_cropped320/rgd_0000_annotationsCropped320.txt','r');

It really works.I really want to know what is the difference between them.Can you expain it for me,thank you.

D0oooooo avatar Nov 09 '19 14:11 D0oooooo

When I run visualizationGripper.m, matlab presented Error in visualizationGripper (line 3) A = fscanf(fileID, '%f %f', sizeA) I solved that problem, and I think that the code fileID = fopen('rgd_cropped320/rgb_0000_annotationsCropped320.txt','r'); in first line. should be change to fileID = fopen('rgd_cropped320/rgd_0000_annotationsCropped320.txt','r');

It really works.I really want to know what is the difference between them.Can you expain it for me,thank you.

Code should be rgd_0000_annotationsCropped320.txt rather than rgb_0000_annotationsCropped320.txt

xxhaonan avatar Apr 24 '24 07:04 xxhaonan