https://github.com/durandtibo/mantra-python
https://github.com/durandtibo/mantra-python
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/durandtibo/mantra-python
- Owner: durandtibo
- License: mit
- Created: 2016-11-28T15:33:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T17:30:51.000Z (over 8 years ago)
- Last Synced: 2025-02-16T04:21:50.155Z (4 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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