You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
The text was updated successfully, but these errors were encountered:
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.
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
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');
The text was updated successfully, but these errors were encountered: