M3D-RPN icon indicating copy to clipboard operation
M3D-RPN copied to clipboard

How can i learn only "Pedestrian"?

Open big-chan opened this issue 5 years ago • 3 comments

i wanted to learn only Pedestrian ,so i changed config file.

 conf.lbls = [ 'Pedestrian','Car', 'Cyclist']  ---->conf.lbls = [ 'Pedestrian']     

But it make an errorraise ValueError('Non-used anchor #{} found'.format(aind)) how can i lean only "Pedestrian"?

big-chan avatar Nov 20 '19 14:11 big-chan

Change the classes

qaazii avatar Dec 14 '21 09:12 qaazii

Hi @big-chan, were you able to achieve for pedestrian only, if yes please guide what changes are required.

op1009 avatar Dec 07 '23 04:12 op1009

Hi @big-chan, were you able to achieve for pedestrian only, if yes please guide what changes are required.

Hello, I think it is correct to change the Ilbs and classes to only 'Pedestrian'? If target detection is performed without distinguishing categories, how to modify it? Can you share your experience?

ruiw0w avatar Feb 15 '24 17:02 ruiw0w