- Implement OD interface for training and testing (under od::ODTrainer s) neural network architectures with convolutional layer and possible recurrent layers using Caffe.
- Add to OpenDitection the following algorithms: .. 1. Classification - Types: different options - AlexNet, VGG, Resnet50, Resnet150, GoogLenet. .. 2. Detection - Faster RCNN .. 3. Location probability map
I think the main idea of implementing classification is use of probability location map.As this method localizes the object using classification (though we use last convlution layer for this method)
For more details please refer the link : https://arxiv.org/abs/1311.2901
--
You received this message because you are subscribed to a topic in the Google Groups "opendetection" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opendetection/wQb4VZOgI2c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opendetection+unsubscribe@googlegroups.com.
To post to this group, send email to opende...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/opendetection/d2f6e169-aced-4761-a1f1-9c70e9b187a9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Yes, you are right. If we start training for faster r-cnn it takes high computation resources (at least 3gb for training on small dataset). So, it would be better to start with pre- trained models.
Hi Gautam,
Yes, you are right. If we start training for faster r-cnn it takes high computation resources (at least 3gb for training on small dataset). So, it would be better to start with pre- trained models.
--
You received this message because you are subscribed to a topic in the Google Groups "opendetection" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/opendetection/wQb4VZOgI2c/unsubscribe.
To unsubscribe from this group and all its topics, send an email to opendetection+unsubscribe@googlegroups.com.
To post to this group, send email to opende...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/opendetection/894acdc3-0d9a-44f4-b9fa-dbf25ec9601b%40googlegroups.com.