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
It appears that the command itself may be broken, and the issue might not be related to the "--tasks" argument. Could you please provide the full command you're trying to execute so that we can understand the problem?
Could it be that you changed the --dataset-path from what's mentioned in the readme file? The error you encountered might be due to incorrect escaping of newline or whitespace characters in the command (using \ or "", respectively). Since the --tasks argument cannot be parsed correctly, I assume the error to be before that part of the arguments.
If this doesn't help, could you please provide more details about your setup (e.g. the operating system you are using, python version, ...)?
I'm trying to run the evaluation on NYUv2 (without pretraining on Hypersim), but I keep receiving this error, I had the problem discussed in #16
So I commented the line, run it again and receivedthe error:
main.py: error: argument action: invalid choice: '--tasks semantic scene instance orientation' (choose from 'resume')
It looks like the "--tasks" which is assigned as "semantic scene instance orientation", but it should be resume, correct?
The text was updated successfully, but these errors were encountered: