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

raw_mesh = load_obj('./init_obj/init1.obj',no_normal=True) #98

Open
usamaishrat opened this issue Apr 9, 2021 · 0 comments
Open

raw_mesh = load_obj('./init_obj/init1.obj',no_normal=True) #98

usamaishrat opened this issue Apr 9, 2021 · 0 comments

Comments

@usamaishrat
Copy link

raw_mesh = load_obj('./init_obj/init1.obj',no_normal=True)

FileNotFoundError Traceback (most recent call last)

in ()
----> 1 raw_mesh = load_obj('./init_obj/init1.obj',no_normal=True)

in load_obj(fn, no_normal)
1 def load_obj(fn, no_normal=True):
----> 2 fin = open(fn, 'r')
3 lines = [line.rstrip() for line in fin]
4 fin.close()
5

FileNotFoundError: [Errno 2] No such file or directory: './init_obj/init1.obj'

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

1 participant