I want to use the cascade mscnn on a new dataset (in kitti formate), which have two classes 'car' and 'person'. So I modify the cls_name in trainval_1st.prototxt, trainval_2nd.prototxt, and mscnn_deploy.prototxt to 3 (2 class + 1 background), and change all the "num_output : 9 " to "num_output: 7". Is this the correct way to follow?
I want to use the cascade mscnn on a new dataset (in kitti formate), which have two classes 'car' and 'person'. So I modify the cls_name in trainval_1st.prototxt, trainval_2nd.prototxt, and mscnn_deploy.prototxt to 3 (2 class + 1 background), and change all the "num_output : 9 " to "num_output: 7". Is this the correct way to follow?