-
Notifications
You must be signed in to change notification settings - Fork 105
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
how to visualize? #65
Comments
Thanks for using our code. I didn't get your problem. Could you please make it clearer? |
sorry!the problem is that i use the "python3 utils/visualize_mos.py -d data -p data/predictions_salsanext_residual_1_valid -s 8 " to visualize ,but the output is: Opening config file config/semantic-kitti-mos.yaml Sequence folder exists! Using sequence from data/sequences/08/velodyne Labels folder exists! Using labels from data/predictions_salsanext_residual_8_new/sequences/08/predictions Using semantics in visualizer Two navigation: b: back (previous scan) n: next (next scan) q: quit (exit program) and there is no image turnout, do you know why? |
Are you using a remote server? It seems to be a problem of the X server. |
I don't use the remote server...do you know why? |
You should, in operating $ python3 utils/visualize_mos.py -d data -p data/predictions_salsanext_residual_1_valid -s 8 # here we use a specific sequence number, indicate that
Opening config file config/semantic-kitti-mos.yaml
Sequence folder exists! Using sequence from data/sequences/08/velodyne
Labels folder exists! Using labels from data/predictions_salsanext_residual_8_new/sequences/08/predictions
Using semantics in visualizer
Two navigation:
b: back (previous scan)
n: next (next scan)
q: quit (exit program)
Do you know why
The text was updated successfully, but these errors were encountered: