An open API service indexing awesome lists of open source software.

https://github.com/durandtibo/mantra-python


https://github.com/durandtibo/mantra-python

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MANTRA

## Install

When you are in the directory mantra-python, you can install mantra package with the following command:
```python
python3 setup.py install
```
The code was developped with Python3.

## Demo

A demo file is in directory demo. To run the demo, execute the command
```python
python3 demo.py
```
You need to change the path to the data.
[Download toys data] (http://webia.lip6.fr/~durandt/data/mantra/data.tar.gz)

## Citing this repository

If you find this code useful in your research, please consider citing us:

```
@inproceedings{Durand_MANTRA_ICCV_2015,
Author = {Thibaut Durand and Nicolas Thome and Matthieu Cord},
Title = {{MANTRA: Minimum Maximum Latent Structural SVM for Image Classification and Ranking}},
booktitle = {IEEE International Conference on Computer Vision (ICCV)},
Year = {2015}
}
```

## Licence

MIT License