sort
sort copied to clipboard
Output visualisation
I used the sort.py --display and ran the program ,the output of the tracking is not visible, by opening a new window. How to see the output of that?
@kaushikraghu You should use a Python console not a IPython console. And set parser.add_argument('--display', dest='display',default=True, help='Display online tracker output (slow) [False]',action='store_true')
@YjDai thanks
@YjDai how to use a Python console in colab?