niobures commited on
Commit
9c11732
·
verified ·
1 Parent(s): 2fa21b7

GeoEstimation (code, datasets, models)

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +19 -0
  2. Geolocation Estimation of Photos Using a Hierarchical Model and Scene Classification - 15th European Conference, Munich, Germany, September 8-14, 2018, Proceedings, Part XII.pdf +3 -0
  3. code/GeoEstimation.zip +3 -0
  4. code/releases/pytorch/GeoEstimation-pytorch.zip +3 -0
  5. code/releases/pytorch/epoch.014-val_loss.18.4833.ckpt +3 -0
  6. code/releases/pytorch/hparams.yaml +38 -0
  7. code/releases/pytorch/info.txt +2 -0
  8. code/releases/pytorch/yfcc25600_places365.csv +0 -0
  9. code/releases/pytorch/yfcc25600_urls.csv +0 -0
  10. code/releases/v1.0/GeoEstimation-1.0.zip +3 -0
  11. code/releases/v1.0/ISN_M_indoor.tar.gz +3 -0
  12. code/releases/v1.0/ISN_M_natural.tar.gz +3 -0
  13. code/releases/v1.0/ISN_M_urban.tar.gz +3 -0
  14. code/releases/v1.0/base_L_m.tar.gz +3 -0
  15. code/releases/v1.0/base_M.tar.gz +3 -0
  16. code/releases/v1.0/info.txt +2 -0
  17. code/releases/v1.0/mp16_places365.csv +3 -0
  18. code/releases/v1.0/mp16_urls.csv +3 -0
  19. datasets/IM2GPS/2k_random_test.zip +3 -0
  20. datasets/IM2GPS/Flickr_code_2009_05_14.zip +3 -0
  21. datasets/IM2GPS/IM2GPS. Estimating geographic information from a single image.mkv +3 -0
  22. datasets/IM2GPS/IM2GPS. Estimating geographic information from a single image.pdf +3 -0
  23. datasets/IM2GPS/geo_uniform_test.zip +3 -0
  24. datasets/IM2GPS/gps_query_imgs.zip +3 -0
  25. datasets/IM2GPS/human_geolocation_test.zip +3 -0
  26. datasets/IM2GPS/im2gps_cvpr_poster3.ppt +3 -0
  27. datasets/IM2GPS/im2gps_vss.ppt +3 -0
  28. datasets/IM2GPS/revisiting-im2gps.zip +3 -0
  29. models/GeoEstimation-PyTorch/epoch.014-val_loss.18.4833.ckpt +3 -0
  30. models/GeoEstimation-PyTorch/hparams.yaml +38 -0
  31. models/GeoEstimation-PyTorch/source.txt +1 -0
  32. models/GeoEstimation-PyTorch/yfcc25600_places365.csv +0 -0
  33. models/GeoEstimation-PyTorch/yfcc25600_urls.csv +0 -0
  34. models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/cfg.json +4 -0
  35. models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.data-00000-of-00001 +3 -0
  36. models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.index +0 -0
  37. models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.meta +3 -0
  38. models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/cfg.json +4 -0
  39. models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.data-00000-of-00001 +3 -0
  40. models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.index +0 -0
  41. models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.meta +3 -0
  42. models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/cfg.json +4 -0
  43. models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.data-00000-of-00001 +3 -0
  44. models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.index +0 -0
  45. models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.meta +3 -0
  46. models/GeoEstimation-v1.0/base_L_m/base_L_m/cfg.json +4 -0
  47. models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.data-00000-of-00001 +3 -0
  48. models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.index +0 -0
  49. models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.meta +3 -0
  50. models/GeoEstimation-v1.0/base_M/base_M/cfg.json +4 -0
.gitattributes CHANGED
@@ -33,3 +33,22 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ code/releases/v1.0/mp16_places365.csv filter=lfs diff=lfs merge=lfs -text
37
+ code/releases/v1.0/mp16_urls.csv filter=lfs diff=lfs merge=lfs -text
38
+ datasets/IM2GPS/im2gps_cvpr_poster3.ppt filter=lfs diff=lfs merge=lfs -text
39
+ datasets/IM2GPS/im2gps_vss.ppt filter=lfs diff=lfs merge=lfs -text
40
+ datasets/IM2GPS/IM2GPS.[[:space:]]Estimating[[:space:]]geographic[[:space:]]information[[:space:]]from[[:space:]]a[[:space:]]single[[:space:]]image.mkv filter=lfs diff=lfs merge=lfs -text
41
+ datasets/IM2GPS/IM2GPS.[[:space:]]Estimating[[:space:]]geographic[[:space:]]information[[:space:]]from[[:space:]]a[[:space:]]single[[:space:]]image.pdf filter=lfs diff=lfs merge=lfs -text
42
+ Geolocation[[:space:]]Estimation[[:space:]]of[[:space:]]Photos[[:space:]]Using[[:space:]]a[[:space:]]Hierarchical[[:space:]]Model[[:space:]]and[[:space:]]Scene[[:space:]]Classification[[:space:]]-[[:space:]]15th[[:space:]]European[[:space:]]Conference,[[:space:]]Munich,[[:space:]]Germany,[[:space:]]September[[:space:]]8-14,[[:space:]]2018,[[:space:]]Proceedings,[[:space:]]Part[[:space:]]XII.pdf filter=lfs diff=lfs merge=lfs -text
43
+ models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
44
+ models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.meta filter=lfs diff=lfs merge=lfs -text
45
+ models/GeoEstimation-v1.0/base_M/base_M/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
46
+ models/GeoEstimation-v1.0/base_M/base_M/model.ckpt.meta filter=lfs diff=lfs merge=lfs -text
47
+ models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
48
+ models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.meta filter=lfs diff=lfs merge=lfs -text
49
+ models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
50
+ models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.meta filter=lfs diff=lfs merge=lfs -text
51
+ models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
52
+ models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.meta filter=lfs diff=lfs merge=lfs -text
53
+ models/GeoEstimation-v1.0/mp16_places365.csv filter=lfs diff=lfs merge=lfs -text
54
+ models/GeoEstimation-v1.0/mp16_urls.csv filter=lfs diff=lfs merge=lfs -text
Geolocation Estimation of Photos Using a Hierarchical Model and Scene Classification - 15th European Conference, Munich, Germany, September 8-14, 2018, Proceedings, Part XII.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa1c64d3807132351104e09ab23e53a5f3ecc8100e3a588c5398190af646620a
3
+ size 2357168
code/GeoEstimation.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c808e22cc80666a2e05d43e41c8255f6c6f8619c86fa0ca5c29cd967650f32
3
+ size 2937399
code/releases/pytorch/GeoEstimation-pytorch.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e31c8535a9ab37422d0e8a180f8875d0fea18ce8d1d196a5e62bd7732e62a4e4
3
+ size 41300
code/releases/pytorch/epoch.014-val_loss.18.4833.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e22842ab9af12ec1e801717cd8f662a723e433eb573ae575c25839f5492964
3
+ size 571821130
code/releases/pytorch/hparams.yaml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ arch: resnet50
2
+ batch_size: 128
3
+ key_img_encoded: image
4
+ key_img_id: id
5
+ msgpack_train_dir: resources/images/mp16
6
+ msgpack_val_dir: resources/images/yfcc25600
7
+ num_workers_per_loader: 6
8
+ optim:
9
+ params:
10
+ lr: 0.01
11
+ momentum: 0.9
12
+ weight_decay: 0.0001
13
+ partitionings:
14
+ files:
15
+ - resources/s2_cells/cells_50_5000.csv
16
+ - resources/s2_cells/cells_50_2000.csv
17
+ - resources/s2_cells/cells_50_1000.csv
18
+ ptype: default
19
+ shortnames:
20
+ - coarse
21
+ - middle
22
+ - fine
23
+ scheduler:
24
+ params:
25
+ gamma: 0.5
26
+ milestones:
27
+ - 4
28
+ - 8
29
+ - 12
30
+ - 13
31
+ - 14
32
+ - 15
33
+ train_label_mapping: resources/mp16_places365_mapping_h3.json
34
+ train_meta_path: resources/mp16_places365.csv
35
+ val_check_interval: 4000
36
+ val_label_mapping: resources/yfcc_25600_places365_mapping_h3.json
37
+ val_meta_path: resources/yfcc25600_places365.csv
38
+ weights: null
code/releases/pytorch/info.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ PyTorch base_M model (ResNet50) Latest
2
+ Released: Dec 14, 2020
code/releases/pytorch/yfcc25600_places365.csv ADDED
The diff for this file is too large to render. See raw diff
 
code/releases/pytorch/yfcc25600_urls.csv ADDED
The diff for this file is too large to render. See raw diff
 
code/releases/v1.0/GeoEstimation-1.0.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0481eab784fedc9562b33a6ba47de4a1f79defd3bb2ecfe62b94c9ea3dd62f0
3
+ size 1574290
code/releases/v1.0/ISN_M_indoor.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f93b0d6d5fdf4cdcbf51ea831d95b28694fb8d17aa64ffa89b7589cdbe09cf2f
3
+ size 672036551
code/releases/v1.0/ISN_M_natural.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:234a2df234789849899d720e1e4e1d3ba9081d33695aa97f89203aa25af87512
3
+ size 672373793
code/releases/v1.0/ISN_M_urban.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092a2fa33d950490d8f1115e5d646e1b359c530eb170b545fbc0a5dffd1eafa1
3
+ size 672237400
code/releases/v1.0/base_L_m.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:569e5d6877df3261ad049239341f1b16b39b85f31a09027a4e71ce9db930bc43
3
+ size 426855101
code/releases/v1.0/base_M.tar.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7119059feb8298d58f122b1dcda6ca76d2f939f7f08694d171c7b631eeb223
3
+ size 671897954
code/releases/v1.0/info.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ Training metadata + models
2
+ Released: Jul 25, 2018
code/releases/v1.0/mp16_places365.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f55f378f70bce0ea893f476b17c73390999ad240cece867706ac1310dabc97
3
+ size 585447325
code/releases/v1.0/mp16_urls.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd0ec411ea43fb479cd094aa5eea3db10e0921afa5636c3c0a3944404fe4f3b
3
+ size 385332005
datasets/IM2GPS/2k_random_test.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:303a662dadfca51d9413d5fe061ed0fa59d7795f712a39b4aa825f3577a8afc2
3
+ size 322667847
datasets/IM2GPS/Flickr_code_2009_05_14.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94c1a494b11ccbf78cb07300fdc5dc2f37bac415c2f421fbc709d8b22622e1c2
3
+ size 3213628
datasets/IM2GPS/IM2GPS. Estimating geographic information from a single image.mkv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c310a4692decb15bc0722ad1b003ab1917d1912bcc28cea53c2d59ce192ef744
3
+ size 63800878
datasets/IM2GPS/IM2GPS. Estimating geographic information from a single image.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98029fff2a0908f6201ea4ae99b39bf7867d218c06758fc261d325634337c454
3
+ size 11936177
datasets/IM2GPS/geo_uniform_test.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f6d72e33d57f8fc229ed984fbea623fb84eeae95af2eba8fc6cd7a72cfb171
3
+ size 146475374
datasets/IM2GPS/gps_query_imgs.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00275d27b5ab0eec7802fac25511c7c251960a3f28ef8e75c8c965b0893bfa6b
3
+ size 40621270
datasets/IM2GPS/human_geolocation_test.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d513d580504cbb7136fe3052522002953fcc2030fde401965132042b73c336e9
3
+ size 11032233
datasets/IM2GPS/im2gps_cvpr_poster3.ppt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:175c668eff98b42ca40d26d302388fbe526148df83e2d0e865e3923ee652b12f
3
+ size 31149568
datasets/IM2GPS/im2gps_vss.ppt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ee0fb776b5bc3a58890842bdb549e5e23b097f7beeffb76ad4701a6157258f6
3
+ size 9336832
datasets/IM2GPS/revisiting-im2gps.zip ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a082154272f753915248aa150bcffee547f7122329864d65ef8fc6fbef109357
3
+ size 40729
models/GeoEstimation-PyTorch/epoch.014-val_loss.18.4833.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e22842ab9af12ec1e801717cd8f662a723e433eb573ae575c25839f5492964
3
+ size 571821130
models/GeoEstimation-PyTorch/hparams.yaml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ arch: resnet50
2
+ batch_size: 128
3
+ key_img_encoded: image
4
+ key_img_id: id
5
+ msgpack_train_dir: resources/images/mp16
6
+ msgpack_val_dir: resources/images/yfcc25600
7
+ num_workers_per_loader: 6
8
+ optim:
9
+ params:
10
+ lr: 0.01
11
+ momentum: 0.9
12
+ weight_decay: 0.0001
13
+ partitionings:
14
+ files:
15
+ - resources/s2_cells/cells_50_5000.csv
16
+ - resources/s2_cells/cells_50_2000.csv
17
+ - resources/s2_cells/cells_50_1000.csv
18
+ ptype: default
19
+ shortnames:
20
+ - coarse
21
+ - middle
22
+ - fine
23
+ scheduler:
24
+ params:
25
+ gamma: 0.5
26
+ milestones:
27
+ - 4
28
+ - 8
29
+ - 12
30
+ - 13
31
+ - 14
32
+ - 15
33
+ train_label_mapping: resources/mp16_places365_mapping_h3.json
34
+ train_meta_path: resources/mp16_places365.csv
35
+ val_check_interval: 4000
36
+ val_label_mapping: resources/yfcc_25600_places365_mapping_h3.json
37
+ val_meta_path: resources/yfcc25600_places365.csv
38
+ weights: null
models/GeoEstimation-PyTorch/source.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ https://github.com/TIBHannover/GeoEstimation/releases/tag/pytorch
models/GeoEstimation-PyTorch/yfcc25600_places365.csv ADDED
The diff for this file is too large to render. See raw diff
 
models/GeoEstimation-PyTorch/yfcc25600_urls.csv ADDED
The diff for this file is too large to render. See raw diff
 
models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/cfg.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet_v2_101_fine",
3
+ "partitionings": ["cells_50_5000.csv", "cells_50_2000.csv", "cells_50_1000.csv"]
4
+ }
models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25e86215cb817f74a6d926cc25f13379c40a49250e6f9992b85ab04ea217d65e
3
+ size 724079884
models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.index ADDED
Binary file (37.8 kB). View file
 
models/GeoEstimation-v1.0/ISN_M_indoor/ISN_M_indoor/model.ckpt.meta ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f6e4579719b5a7f502cbcbefaecdaa1db4bb63d3d39fb9520cc3795ed66079d
3
+ size 10557023
models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/cfg.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet_v2_101_fine",
3
+ "partitionings": ["cells_50_5000.csv", "cells_50_2000.csv", "cells_50_1000.csv"]
4
+ }
models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e16d06ca77186be2ad937182eb82ccf67b8fc45fbddf196d5186375c168e20f
3
+ size 724079884
models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.index ADDED
Binary file (37.8 kB). View file
 
models/GeoEstimation-v1.0/ISN_M_natural/ISN_M_natural/model.ckpt.meta ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e0ac67ee883fac3a2933870349feeb2354e3b3a716f79cccd82265e37c44c54
3
+ size 10557023
models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/cfg.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet_v2_101_fine",
3
+ "partitionings": ["cells_50_5000.csv", "cells_50_2000.csv", "cells_50_1000.csv"]
4
+ }
models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2487f558a0760341aa7e34bfc0d77cdf85846ba36de6bdb53977cebfec99cd7c
3
+ size 724079884
models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.index ADDED
Binary file (37.8 kB). View file
 
models/GeoEstimation-v1.0/ISN_M_urban/ISN_M_urban/model.ckpt.meta ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c33e85575bb42bd3f444c064390e0fa9a652477908ea0a1f2a3180414374a4a
3
+ size 10557023
models/GeoEstimation-v1.0/base_L_m/base_L_m/cfg.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet_v2_101_fine",
3
+ "partitionings": ["cells_50_2000.csv"]
4
+ }
models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.data-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136df2a1412acdeb6476ab407e148ee0eab1b6ee58887103ac7199cc35faa44c
3
+ size 458677012
models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.index ADDED
Binary file (37.2 kB). View file
 
models/GeoEstimation-v1.0/base_L_m/base_L_m/model.ckpt.meta ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:575ab823451e1dd042d6315ad87dce3cfea97b77de2ab032881f84eea6ece2aa
3
+ size 10483729
models/GeoEstimation-v1.0/base_M/base_M/cfg.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "architecture": "resnet_v2_101_fine",
3
+ "partitionings": ["cells_50_5000.csv", "cells_50_2000.csv", "cells_50_1000.csv"]
4
+ }