msracver / Deep-Feature-Flow

Deep Feature Flow for Video Recognition
MIT License
1.3k stars 297 forks source link

The model can't detect person? #52

Open GeorgeBohw opened 6 years ago

GeorgeBohw commented 6 years ago

I just run the comman: python ./rfcn/demo.py

what i found is that it can't detect person,it's strange,so this module didn't provide the model to detect person?If I want to detect person,how should I do?

ZHAOZHIHAO commented 6 years ago

Hi GeorgeBohw ,

You can see the variable of 'class' in that file, as following: classes = ['airplane', 'antelope', 'bear', 'bicycle', 'bird', 'bus', 'car', 'cattle', 'dog', 'domestic_cat', 'elephant', 'fox', 'giant_panda', 'hamster', 'horse', 'lion', 'lizard', 'monkey', 'motorcycle', 'rabbit', 'red_panda', 'sheep', 'snake', 'squirrel', 'tiger', 'train', 'turtle', 'watercraft', 'whale', 'zebra']

So I guess the dataset the author used doesn't contain person. If you wanna do so, you need to train on another dataset.