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
You can use tensorboard to see the results. tensorboard —logdir=/path/to/log/directory
Or you can load the trained model and test. python test.py --gpu 0 --work_dir /path/to/logfiles --model sparenet --weights /path/to/cheakpoint --test_mode vis
Hello,
Thank you for this work. We are a group of students trying this out and we faced the same issue.
We also tried your recommendation of changing it to vis python test.py --gpu 0 --work_dir /path/to/logfiles --model sparenet --weights /path/to/checkpoint --test_mode vis
However, we could not find any visual representation ? Could you please let us know what we are missing?
Also, where do we add tensorboard —logdir=/path/to/log/directory
to get the output?
Thanks
after complete the training and save the model,I did not find the completion result, how should I see the completion result.thank you
The text was updated successfully, but these errors were encountered: