Skip to content

Latest commit

 

History

History

visualize

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Visualize network output on images/videos

Requirements

frame is a subset of elab's torch-toolbox/demo-core.

Examples

  1. Images:
qlua run.lua -i image/folder/path -m network-model
  1. Video:
qlua run.lua -i path/video.mp4 -m network-model
  1. Camera:
qlua run.lua -i cam0 -m network-model

Here, 0 in cam'0' indicates camera id. Make sure that the number of classes in your categories.txt file generated during training and the number of classes in colorMap are the same.