Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some code error #4

Open
woshisj opened this issue Mar 17, 2018 · 2 comments
Open

Some code error #4

woshisj opened this issue Mar 17, 2018 · 2 comments

Comments

@woshisj
Copy link

woshisj commented Mar 17, 2018

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');

@D0oooooo
Copy link

D0oooooo commented Nov 9, 2019

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.

@xxhaonan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants