Skip to content

Commit 026a41f

Browse files
committed
[doc] move CI in a different location in readme
1 parent 108564e commit 026a41f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

README.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Check out the [documentation](https://popsift.readthedocs.io/) for more info.
1010

1111
## HW requirements
1212

13-
1413
PopSift compiles and works with NVidia cards of compute capability >= 3.0 (including the GT 650M), but the code is developed with the compute capability 5.2 card GTX 980 Ti in mind.
1514

1615
CUDA SDK 11 does no longer support compute capability 3.0. 3.5 is still supported with deprecation warning.
@@ -46,15 +45,6 @@ Some build options are available:
4645

4746
* `BUILD_SHARED_LIBS` (default: `ON`) controls the type of library to build (`ON` for shared libraries, `OFF` for static)
4847

49-
50-
### Continuous integration:
51-
- [![Build Status](https://travis-ci.org/alicevision/popsift.svg?branch=master)](https://travis-ci.org/alicevision/popsift) master branch.
52-
- [![Build Status](https://travis-ci.org/alicevision/popsift.svg?branch=develop)](https://travis-ci.org/alicevision/popsift) develop branch.
53-
- [![Build status](https://ci.appveyor.com/api/projects/status/rsm5269hs288c2ji/branch/develop?svg=true)](https://ci.appveyor.com/project/AliceVision/popsift/branch/develop)
54-
develop branch.
55-
56-
57-
5848
## Usage
5949

6050
The main artifact created is `libpopsift`.
@@ -86,8 +76,6 @@ Then, in order to build just pass the location of `PopSiftConfig.cmake` from the
8676
cmake .. -DPopSift_DIR=<prefix>/lib/cmake/PopSift/
8777
```
8878

89-
90-
9179
### Calling the API
9280

9381
The caller must create a `popart::Config` struct (documented in `src/sift/sift_conf.h`) to control the behaviour of the PopSift, and instantiate an object of class `PopSift` (found in `src/sift/popsift.h`).
@@ -111,6 +99,11 @@ PopSift can be configured at runtime to use constants that affect it behaviours.
11199
In particular, users can choose to generate results very similar to VLFeat or results that are closer (but not as close) to the SIFT implementation of the OpenCV extras.
112100
We acknowledge that there is at least one SIFT implementation that is vastly faster, but it makes considerable sacrifices in terms of accuracy and compatibility.
113101

102+
## Continuous integration:
103+
- [![Build Status](https://travis-ci.org/alicevision/popsift.svg?branch=master)](https://travis-ci.org/alicevision/popsift) master branch.
104+
- [![Build Status](https://travis-ci.org/alicevision/popsift.svg?branch=develop)](https://travis-ci.org/alicevision/popsift) develop branch.
105+
- [![Build status](https://ci.appveyor.com/api/projects/status/rsm5269hs288c2ji/branch/develop?svg=true)](https://ci.appveyor.com/project/AliceVision/popsift/branch/develop)
106+
develop branch.
114107

115108
## License
116109

0 commit comments

Comments
 (0)