Open GeorgeBohw opened 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.
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?