M3D-RPN
M3D-RPN copied to clipboard
How can i learn only "Pedestrian"?
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"?
Change the classes
Hi @big-chan, were you able to achieve for pedestrian only, if yes please guide what changes are required.
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?