Commit 13b254f 1 parent 134b2dc commit 13b254f Copy full SHA for 13b254f
File tree 8 files changed +20
-18
lines changed
8 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 5
5
data /SRTM /SRTM_SE_250m.tif
6
6
data /SRTM /SRTM_W_250m.tif
7
7
data /SRTM /SRTM_W_250m.tif.aux.xml
8
+ code /install_pip_packages.bat
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!DOCTYPE TS ><TS version =" 2.0" language =" ca" sourcelanguage =" " >
2
+ <!DOCTYPE TS >
3
+ <TS version =" 2.0" language =" ca" >
3
4
<context >
4
5
<name >ColorDialog</name >
5
6
<message >
132
133
<message >
133
134
<location filename =" ../player/QgsManager.py" line =" 49" />
134
135
<source >Remove</source >
135
- <translation type = " unfinished " > </translation >
136
+ <translation >Esborrar </translation >
136
137
</message >
137
138
</context >
138
139
<context >
205
206
<message >
206
207
<location filename =" ../ui/ui_FmvManager.ui" line =" 142" />
207
208
<source >Open MPEG2 File</source >
208
- <translation type = " unfinished " ></translation >
209
+ <translation ></translation >
209
210
</message >
210
211
</context >
211
212
<context >
473
474
<message >
474
475
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 813" />
475
476
<source >Draw Pinpoint</source >
476
- <translation type = " unfinished " ></translation >
477
+ <translation ></translation >
477
478
</message >
478
479
<message >
479
480
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 821" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!DOCTYPE TS ><TS version =" 2.0" language =" en" sourcelanguage =" " >
2
+ <!DOCTYPE TS >
3
+ <TS version =" 2.0" language =" en" >
3
4
<context >
4
5
<name >ColorDialog</name >
5
6
<message >
473
474
<message >
474
475
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 813" />
475
476
<source >Draw Pinpoint</source >
476
- <translation type = " unfinished " > </translation >
477
+ <translation >Draw Pinpoint </translation >
477
478
</message >
478
479
<message >
479
480
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 821" />
480
481
<source >Draw Line</source >
481
- <translation type = " unfinished " > </translation >
482
+ <translation >Draw Line </translation >
482
483
</message >
483
484
<message >
484
485
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 829" />
485
486
<source >Draw Polygon</source >
486
- <translation type = " unfinished " > </translation >
487
+ <translation >Draw Polygon </translation >
487
488
</message >
488
489
<message >
489
490
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 837" />
490
491
<source >Object Tracking</source >
491
- <translation type = " unfinished " > </translation >
492
+ <translation >Object Tracking </translation >
492
493
</message >
493
494
</context >
494
495
<context >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <!DOCTYPE TS ><TS version =" 2.0" language =" es_ES" sourcelanguage =" " >
2
+ <!DOCTYPE TS >
3
+ <TS version =" 2.0" language =" es_ES" >
3
4
<context >
4
5
<name >ColorDialog</name >
5
6
<message >
473
474
<message >
474
475
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 813" />
475
476
<source >Draw Pinpoint</source >
476
- <translation type = " unfinished " > </translation >
477
+ <translation >Dibujar punto </translation >
477
478
</message >
478
479
<message >
479
480
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 821" />
480
481
<source >Draw Line</source >
481
- <translation type = " unfinished " > </translation >
482
+ <translation >Dibujar Línea </translation >
482
483
</message >
483
484
<message >
484
485
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 829" />
485
486
<source >Draw Polygon</source >
486
- <translation type = " unfinished " > </translation >
487
+ <translation >Dibujar Poligono </translation >
487
488
</message >
488
489
<message >
489
490
<location filename =" ../ui/ui_FmvPlayer.ui" line =" 837" />
490
491
<source >Object Tracking</source >
491
- <translation type = " unfinished " > </translation >
492
+ <translation >Seguimiento de blancos </translation >
492
493
</message >
493
494
</context >
494
495
<context >
Original file line number Diff line number Diff line change @@ -6,7 +6,5 @@ call "py3-env.bat"
6
6
7
7
cd /D %UserProfile%
8
8
9
- python3 -m pip install matplotlib== 2.0.0
10
- python3 -m pip install opencv-python== 3.4.0.12
11
- python3 -m pip install homography== 0.1.5
12
- pause
9
+ python3 -m pip install -r requirements.txt
10
+ :: pause
You can’t perform that action at this time.
0 commit comments