abewley / sort

Simple, online, and realtime tracking of multiple objects in a video sequence.
GNU General Public License v3.0
3.9k stars 1.08k forks source link

Output visualisation #40

Open kaushik20-dev opened 6 years ago

kaushik20-dev commented 6 years ago

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?

YjDai commented 6 years ago

@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')

kaushik20-dev commented 6 years ago

@YjDai thanks

fatima-lag commented 2 years ago

@YjDai how to use a Python console in colab?