sort icon indicating copy to clipboard operation
sort copied to clipboard

Output visualisation

Open kaushik20-dev opened this issue 6 years ago • 3 comments

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?

kaushik20-dev avatar Aug 06 '18 04:08 kaushik20-dev

@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 avatar Sep 07 '18 05:09 YjDai

@YjDai thanks

kaushik20-dev avatar Sep 07 '18 05:09 kaushik20-dev

@YjDai how to use a Python console in colab?

fatima-lag avatar Sep 09 '22 10:09 fatima-lag