commit from terb
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitignore +7 -1
- backbones/dinov2_vits14_pretrain.pth +3 -0
- ffl/224/v4_image_bs4x16/predictions_CH_test/acm.tol_1/best_val_iou.json +3 -0
- ffl/224/v4_image_bs4x16/predictions_CH_test/best_val_iou.json +3 -0
- ffl/224/v4_image_bs4x16/predictions_CH_val/acm.tol_1/best_val_iou.json +2 -2
- ffl/224/v4_image_bs4x16/predictions_CH_val/best_val_iou.json +2 -2
- ffl/224/v4_image_bs4x16/predictions_NY_test/acm.tol_1/best_val_iou.json +3 -0
- ffl/224/v4_image_bs4x16/predictions_NY_test/best_val_iou.json +3 -0
- ffl/224/v4_image_bs4x16/predictions_NZ_test/acm.tol_1/best_val_iou.json +3 -0
- ffl/224/v4_image_bs4x16/predictions_NZ_test/best_val_iou.json +3 -0
- hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/.hydra/config.yaml +32 -0
- hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/.hydra/hydra.yaml +22 -0
- hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/.hydra/overrides.yaml +10 -0
- hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/predict.log +0 -0
- hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/predictions_CH_val/best_val_iou.json +3 -0
- hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/predictions_NZ_val/best_val_iou.json +2 -2
- hisup/224/v3_image_vit_cnn_bs4x12/evaluate.log +0 -0
- hisup/224/v3_image_vit_cnn_bs4x12/predict.log +0 -0
- hisup/224/v3_image_vit_cnn_bs4x12/predictions_CH_test/best_val_iou.json +3 -0
- hisup/224/v3_image_vit_cnn_bs4x12/predictions_CH_train/best_val_iou.json +3 -0
- hisup/224/v3_image_vit_cnn_bs4x12/predictions_CH_val/best_val_iou.json +3 -0
- hisup/224/v3_image_vit_cnn_bs4x12/predictions_NY_test/best_val_iou.json +3 -0
- hisup/224/v3_image_vit_cnn_bs4x12/predictions_NZ_test/best_val_iou.json +3 -0
- hisup/224/v3_image_vit_cnn_bs4x12/predictions_NZ_train/best_val_iou.json +3 -0
- pix2poly/224/building_fusion/checkpoints/best_val_iou.pth +3 -0
- pix2poly/224/building_fusion/checkpoints/best_val_loss.pth +3 -0
- pix2poly/224/building_fusion/checkpoints/latest.pth +3 -0
- pix2poly/224/building_fusion/predictions_CH_val/best_val_iou.json +3 -0
- pix2poly/224/building_fusion/train.log +0 -0
- pix2poly/224/dinov2/checkpoints/best_val_iou.pth +3 -0
- pix2poly/224/dinov2/checkpoints/best_val_loss.pth +3 -0
- pix2poly/224/dinov2/checkpoints/latest.pth +3 -0
- pix2poly/224/dinov2/predictions_CH_test/best_val_iou.json +3 -0
- pix2poly/224/dinov2/predictions_CH_val/best_val_iou.json +3 -0
- pix2poly/224/dinov2/train.log +1 -0
- pix2poly/224/droplidar50/checkpoints/best_val_iou.pth +0 -0
- pix2poly/224/droplidar50/checkpoints/best_val_loss.pth +3 -0
- pix2poly/224/droplidar50/predictions_CH_val/best_val_iou.json +3 -0
- pix2poly/224/droplidar50/train.log +0 -0
- pix2poly/224/early_fusion_bs2x16_mnv64/predict.log +0 -0
- pix2poly/224/early_fusion_bs2x16_mnv64/predictions_NZ_val/best_val_iou.json +2 -2
- pix2poly/224/image_bs2x16/checkpoints/best_val_iou.pth +3 -0
- pix2poly/224/image_bs2x16/checkpoints/latest.pth +3 -0
- pix2poly/224/image_bs2x16/predictions_CH_val/best_val_iou.json +3 -0
- pix2poly/224/image_bs2x16/train.log +0 -0
- pix2poly/224/p2p_fusion_droplidar50_bs2x16/checkpoints/best_val_iou.pth +3 -0
- pix2poly/224/p2p_fusion_droplidar50_bs2x16/checkpoints/best_val_loss.pth +3 -0
- pix2poly/224/p2p_fusion_droplidar50_bs2x16/predictions_CH_val/best_val_iou.json +0 -0
- pix2poly/224/p2p_fusion_droplidar50_bs2x16/train.log +0 -0
- pix2poly/224/p2p_fusion_droplidar50_bs4x16/predictions_CH_val/best_val_iou.json +3 -0
.gitignore
CHANGED
|
@@ -1,2 +1,8 @@
|
|
| 1 |
**/debug
|
| 2 |
-
**/my_experiment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
**/debug
|
| 2 |
+
**/my_experiment
|
| 3 |
+
**/wandb
|
| 4 |
+
**/visualizations
|
| 5 |
+
**/epoch_*.json
|
| 6 |
+
**/epoch_*.pth
|
| 7 |
+
**/my_experiment
|
| 8 |
+
**/.hydra
|
backbones/dinov2_vits14_pretrain.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b938bf1bc15cd2ec0feacfe3a1bb553fe8ea9ca46a7e1d8d00217f29aef60cd9
|
| 3 |
+
size 88283115
|
ffl/224/v4_image_bs4x16/predictions_CH_test/acm.tol_1/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1312d24c2db8cd75b26ae5d75acd5d01387549cd447ca380ed39067e57ba43b5
|
| 3 |
+
size 367913
|
ffl/224/v4_image_bs4x16/predictions_CH_test/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1312d24c2db8cd75b26ae5d75acd5d01387549cd447ca380ed39067e57ba43b5
|
| 3 |
+
size 367913
|
ffl/224/v4_image_bs4x16/predictions_CH_val/acm.tol_1/best_val_iou.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2095c6a7ce326bdda0dff62e5671c0eea2908566133fc7342e4dbc70a76025e0
|
| 3 |
+
size 288
|
ffl/224/v4_image_bs4x16/predictions_CH_val/best_val_iou.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2095c6a7ce326bdda0dff62e5671c0eea2908566133fc7342e4dbc70a76025e0
|
| 3 |
+
size 288
|
ffl/224/v4_image_bs4x16/predictions_NY_test/acm.tol_1/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30a6992b6d3b4e6fe5807ffd6a225c923dd0913e764bb1ba381ab1b389154c07
|
| 3 |
+
size 539604
|
ffl/224/v4_image_bs4x16/predictions_NY_test/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30a6992b6d3b4e6fe5807ffd6a225c923dd0913e764bb1ba381ab1b389154c07
|
| 3 |
+
size 539604
|
ffl/224/v4_image_bs4x16/predictions_NZ_test/acm.tol_1/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2773bc450e2aadf44ddabc97a8d41874ae8541fce7bef4550119cfcf2a629491
|
| 3 |
+
size 20234
|
ffl/224/v4_image_bs4x16/predictions_NZ_test/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2773bc450e2aadf44ddabc97a8d41874ae8541fce7bef4550119cfcf2a629491
|
| 3 |
+
size 20234
|
hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/.hydra/config.yaml
CHANGED
|
@@ -1,12 +1,17 @@
|
|
| 1 |
host:
|
| 2 |
name: gin
|
|
|
|
| 3 |
data_root: /data/rsulzer/${..dataset.name}
|
|
|
|
|
|
|
|
|
|
| 4 |
model_root: /data/rsulzer/${..dataset.name}_output
|
| 5 |
multi_gpu: false
|
| 6 |
device: cuda
|
| 7 |
update_pbar_every: 1
|
| 8 |
ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
|
| 9 |
run_type:
|
|
|
|
| 10 |
name: debug
|
| 11 |
batch_size: 16
|
| 12 |
train_subset: 256
|
|
@@ -15,6 +20,16 @@ run_type:
|
|
| 15 |
logging: DEBUG
|
| 16 |
num_workers: 0
|
| 17 |
log_to_wandb: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
dataset:
|
| 19 |
name: PixelsPointsPolygons
|
| 20 |
size: ${..experiment.encoder.in_size}
|
|
@@ -91,7 +106,11 @@ experiment:
|
|
| 91 |
loss_remask: 1.0
|
| 92 |
name: lidar_pp_vit_cnn_bs2x16_mnv64
|
| 93 |
group_name: v2_${.model.name}
|
|
|
|
| 94 |
country: CH
|
|
|
|
|
|
|
|
|
|
| 95 |
training:
|
| 96 |
save_best: true
|
| 97 |
save_latest: true
|
|
@@ -103,6 +122,7 @@ evaluation:
|
|
| 103 |
split: val
|
| 104 |
pred_file: ${..output_dir}/predictions_${..experiment.country}_${.split}/${..checkpoint}.json
|
| 105 |
modes:
|
|
|
|
| 106 |
- iou
|
| 107 |
eval_file: results/metrics
|
| 108 |
experiment.name: debug
|
|
@@ -110,3 +130,15 @@ output_dir: ${.host.model_root}/${.experiment.model.name}/${.experiment.encoder.
|
|
| 110 |
checkpoint: best_val_iou
|
| 111 |
num_workers: ${.run_type.num_workers}
|
| 112 |
lidar_file: demo_data/lidar0_CH_val.copc.laz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
host:
|
| 2 |
name: gin
|
| 3 |
+
<<<<<<< HEAD
|
| 4 |
data_root: /data/rsulzer/${..dataset.name}
|
| 5 |
+
=======
|
| 6 |
+
data_root: /data/rsulzer/${..dataset.name}_dataset
|
| 7 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
| 8 |
model_root: /data/rsulzer/${..dataset.name}_output
|
| 9 |
multi_gpu: false
|
| 10 |
device: cuda
|
| 11 |
update_pbar_every: 1
|
| 12 |
ldof_exe: /user/rsulzer/home/cpp/line-DOF-metric/build/calculate_DoF
|
| 13 |
run_type:
|
| 14 |
+
<<<<<<< HEAD
|
| 15 |
name: debug
|
| 16 |
batch_size: 16
|
| 17 |
train_subset: 256
|
|
|
|
| 20 |
logging: DEBUG
|
| 21 |
num_workers: 0
|
| 22 |
log_to_wandb: false
|
| 23 |
+
=======
|
| 24 |
+
name: release
|
| 25 |
+
batch_size: 16
|
| 26 |
+
train_subset: null
|
| 27 |
+
val_subset: null
|
| 28 |
+
test_subset: null
|
| 29 |
+
logging: INFO
|
| 30 |
+
num_workers: 16
|
| 31 |
+
log_to_wandb: true
|
| 32 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
| 33 |
dataset:
|
| 34 |
name: PixelsPointsPolygons
|
| 35 |
size: ${..experiment.encoder.in_size}
|
|
|
|
| 106 |
loss_remask: 1.0
|
| 107 |
name: lidar_pp_vit_cnn_bs2x16_mnv64
|
| 108 |
group_name: v2_${.model.name}
|
| 109 |
+
<<<<<<< HEAD
|
| 110 |
country: CH
|
| 111 |
+
=======
|
| 112 |
+
country: NZ
|
| 113 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
| 114 |
training:
|
| 115 |
save_best: true
|
| 116 |
save_latest: true
|
|
|
|
| 122 |
split: val
|
| 123 |
pred_file: ${..output_dir}/predictions_${..experiment.country}_${.split}/${..checkpoint}.json
|
| 124 |
modes:
|
| 125 |
+
<<<<<<< HEAD
|
| 126 |
- iou
|
| 127 |
eval_file: results/metrics
|
| 128 |
experiment.name: debug
|
|
|
|
| 130 |
checkpoint: best_val_iou
|
| 131 |
num_workers: ${.run_type.num_workers}
|
| 132 |
lidar_file: demo_data/lidar0_CH_val.copc.laz
|
| 133 |
+
=======
|
| 134 |
+
- ldof
|
| 135 |
+
- hausdorff
|
| 136 |
+
- coco
|
| 137 |
+
- iou
|
| 138 |
+
- polis
|
| 139 |
+
- mta
|
| 140 |
+
eval_file: results/metrics
|
| 141 |
+
output_dir: ${.host.model_root}/${.experiment.model.name}/${.experiment.encoder.in_size}/${.experiment.name}
|
| 142 |
+
checkpoint: best_val_iou
|
| 143 |
+
num_workers: ${.run_type.num_workers}
|
| 144 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/.hydra/hydra.yaml
CHANGED
|
@@ -112,6 +112,7 @@ hydra:
|
|
| 112 |
hydra:
|
| 113 |
- hydra.mode=RUN
|
| 114 |
task:
|
|
|
|
| 115 |
- run_type=debug
|
| 116 |
- host=gin
|
| 117 |
- checkpoint=best_val_iou
|
|
@@ -121,6 +122,19 @@ hydra:
|
|
| 121 |
name: predict_demo
|
| 122 |
chdir: null
|
| 123 |
override_dirname: +lidar_file=demo_data/lidar0_CH_val.copc.laz,checkpoint=best_val_iou,experiment=hisup_lidar,host=gin,run_type=debug
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 124 |
id: ???
|
| 125 |
num: ???
|
| 126 |
config_name: config
|
|
@@ -147,13 +161,21 @@ hydra:
|
|
| 147 |
provider: schema
|
| 148 |
output_dir: /data/rsulzer/PixelsPointsPolygons_output/hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64
|
| 149 |
choices:
|
|
|
|
| 150 |
evaluation: val
|
|
|
|
|
|
|
|
|
|
| 151 |
training: default
|
| 152 |
experiment: hisup_lidar
|
| 153 |
[email protected]: hisup
|
| 154 |
[email protected]: pointpillars_vit_cnn
|
| 155 |
dataset: p3
|
|
|
|
| 156 |
run_type: debug
|
|
|
|
|
|
|
|
|
|
| 157 |
host: gin
|
| 158 |
hydra/env: default
|
| 159 |
hydra/callbacks: null
|
|
|
|
| 112 |
hydra:
|
| 113 |
- hydra.mode=RUN
|
| 114 |
task:
|
| 115 |
+
<<<<<<< HEAD
|
| 116 |
- run_type=debug
|
| 117 |
- host=gin
|
| 118 |
- checkpoint=best_val_iou
|
|
|
|
| 122 |
name: predict_demo
|
| 123 |
chdir: null
|
| 124 |
override_dirname: +lidar_file=demo_data/lidar0_CH_val.copc.laz,checkpoint=best_val_iou,experiment=hisup_lidar,host=gin,run_type=debug
|
| 125 |
+
=======
|
| 126 |
+
- experiment=hisup_lidar
|
| 127 |
+
- run_type=release
|
| 128 |
+
- evaluation=test
|
| 129 |
+
- experiment.country=NZ
|
| 130 |
+
- checkpoint=best_val_iou
|
| 131 |
+
- host=gin
|
| 132 |
+
- evaluation.split=val
|
| 133 |
+
job:
|
| 134 |
+
name: predict
|
| 135 |
+
chdir: null
|
| 136 |
+
override_dirname: checkpoint=best_val_iou,evaluation.split=val,evaluation=test,experiment.country=NZ,experiment=hisup_lidar,host=gin,run_type=release
|
| 137 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
| 138 |
id: ???
|
| 139 |
num: ???
|
| 140 |
config_name: config
|
|
|
|
| 161 |
provider: schema
|
| 162 |
output_dir: /data/rsulzer/PixelsPointsPolygons_output/hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64
|
| 163 |
choices:
|
| 164 |
+
<<<<<<< HEAD
|
| 165 |
evaluation: val
|
| 166 |
+
=======
|
| 167 |
+
evaluation: test
|
| 168 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
| 169 |
training: default
|
| 170 |
experiment: hisup_lidar
|
| 171 |
[email protected]: hisup
|
| 172 |
[email protected]: pointpillars_vit_cnn
|
| 173 |
dataset: p3
|
| 174 |
+
<<<<<<< HEAD
|
| 175 |
run_type: debug
|
| 176 |
+
=======
|
| 177 |
+
run_type: release
|
| 178 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
| 179 |
host: gin
|
| 180 |
hydra/env: default
|
| 181 |
hydra/callbacks: null
|
hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/.hydra/overrides.yaml
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
|
|
| 1 |
- run_type=debug
|
| 2 |
- host=gin
|
| 3 |
- checkpoint=best_val_iou
|
| 4 |
- experiment=hisup_lidar
|
| 5 |
- +lidar_file=demo_data/lidar0_CH_val.copc.laz
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<<<<<<< HEAD
|
| 2 |
- run_type=debug
|
| 3 |
- host=gin
|
| 4 |
- checkpoint=best_val_iou
|
| 5 |
- experiment=hisup_lidar
|
| 6 |
- +lidar_file=demo_data/lidar0_CH_val.copc.laz
|
| 7 |
+
=======
|
| 8 |
+
- experiment=hisup_lidar
|
| 9 |
+
- run_type=release
|
| 10 |
+
- evaluation=test
|
| 11 |
+
- experiment.country=NZ
|
| 12 |
+
- checkpoint=best_val_iou
|
| 13 |
+
- host=gin
|
| 14 |
+
- evaluation.split=val
|
| 15 |
+
>>>>>>> df6ab2ddb053c3193f7a0b1cb97a915421b3d2ea
|
hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/predict.log
ADDED
|
File without changes
|
hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/predictions_CH_val/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c888cc6489c0db33282d2b727f411be9701193bd9b5dbc7480621d79171652b
|
| 3 |
+
size 612143
|
hisup/224/lidar_pp_vit_cnn_bs2x16_mnv64/predictions_NZ_val/best_val_iou.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed2937b25979361b5d8fb1b35049d4b9cdf7aee6afc6f8086e7e2a9d420ce8ac
|
| 3 |
+
size 287
|
hisup/224/v3_image_vit_cnn_bs4x12/evaluate.log
ADDED
|
File without changes
|
hisup/224/v3_image_vit_cnn_bs4x12/predict.log
ADDED
|
File without changes
|
hisup/224/v3_image_vit_cnn_bs4x12/predictions_CH_test/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:feacad4b3f5cbf97144b0ca2ddbebae9db14a0e51037fedffbf49204f7bacdc8
|
| 3 |
+
size 7917786
|
hisup/224/v3_image_vit_cnn_bs4x12/predictions_CH_train/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf6d9f52d580c17f53f808076df40d7c627070f0878a945faa3f0e4fbd09d5cc
|
| 3 |
+
size 278572
|
hisup/224/v3_image_vit_cnn_bs4x12/predictions_CH_val/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6686d61af5b85ffa33c84b764e223e8f496e8032da7b28a4781f337af0026d77
|
| 3 |
+
size 458994
|
hisup/224/v3_image_vit_cnn_bs4x12/predictions_NY_test/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b80242de8fd19d567548ba837192c63c4c5320c0fbe700150aaba0aebfacb6dd
|
| 3 |
+
size 13073518
|
hisup/224/v3_image_vit_cnn_bs4x12/predictions_NZ_test/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e8aaeb00b948244380c24beb4d1befe1b7966f9edd12d2616228f1aefc899ed4
|
| 3 |
+
size 1342696
|
hisup/224/v3_image_vit_cnn_bs4x12/predictions_NZ_train/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c06ab75eda8da016ccf693646aa5fa03ea26e559c855b29296d795ef1c238b6
|
| 3 |
+
size 67530
|
pix2poly/224/building_fusion/checkpoints/best_val_iou.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43ff0eca24452a9e6b4ae9843ac3afbf60adc0fe6c1c5766b024447e2e975485
|
| 3 |
+
size 415470378
|
pix2poly/224/building_fusion/checkpoints/best_val_loss.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efac3dc64a20cdac7f6857e6ae6674d9377b2adc4bff5fc9f5664b1a69dc2250
|
| 3 |
+
size 415471617
|
pix2poly/224/building_fusion/checkpoints/latest.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e5c0f5c26e147aeca3e5796db63a9d4c733828222febc9e5e4b3727d822752b
|
| 3 |
+
size 415458400
|
pix2poly/224/building_fusion/predictions_CH_val/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:555ab584b1bcf315ac08cbd5506b729e49577aefda348e286c8f54d1385c3b52
|
| 3 |
+
size 426893
|
pix2poly/224/building_fusion/train.log
ADDED
|
File without changes
|
pix2poly/224/dinov2/checkpoints/best_val_iou.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b3faad368d8071b63fc5c01ad761b6cf24bc92184eb66d53b0d059bcb60ac8a5
|
| 3 |
+
size 386310378
|
pix2poly/224/dinov2/checkpoints/best_val_loss.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26a36f427ea5c0614c3892f62293f74cfeb73c378ae0fc05f393d744a7daf577
|
| 3 |
+
size 386311665
|
pix2poly/224/dinov2/checkpoints/latest.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f25c5104c9c3e948949912d52e41aafd36e3ae6f4f43e9238cdd0b73d2d2c068
|
| 3 |
+
size 386297856
|
pix2poly/224/dinov2/predictions_CH_test/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:885e18a6b32ab993013ed2aa5679b889ccc8aadbb1fa8c9c5835fec67b1c9d76
|
| 3 |
+
size 8038122
|
pix2poly/224/dinov2/predictions_CH_val/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5f0d1f955f79dc3488e16386c57dfcfd59fcf19a80a473a1673d74965144fc2
|
| 3 |
+
size 527158
|
pix2poly/224/dinov2/train.log
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
[2025-07-24 22:48:00,009][dinov2][INFO] - using MLP layer as FFN
|
pix2poly/224/droplidar50/checkpoints/best_val_iou.pth
ADDED
|
File without changes
|
pix2poly/224/droplidar50/checkpoints/best_val_loss.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ff17ce33bf2d9f904ebc9619480b2a9eb68e60d10a348c6e911affa7465c162
|
| 3 |
+
size 415471297
|
pix2poly/224/droplidar50/predictions_CH_val/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a19854cc394e253a6692ef25becbd0f265d4db0b9a78bbd7c1cccb8743ed03ec
|
| 3 |
+
size 477324
|
pix2poly/224/droplidar50/train.log
ADDED
|
File without changes
|
pix2poly/224/early_fusion_bs2x16_mnv64/predict.log
ADDED
|
File without changes
|
pix2poly/224/early_fusion_bs2x16_mnv64/predictions_NZ_val/best_val_iou.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b49f524dae159bdb1b2d0078c385195f9c5955d040cf7bb0431424dc6a3cf13
|
| 3 |
+
size 287
|
pix2poly/224/image_bs2x16/checkpoints/best_val_iou.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57ae8f4db9e0d31d17e951e297a14af11c3ace15a94fbf493960f54c32832422
|
| 3 |
+
size 383278438
|
pix2poly/224/image_bs2x16/checkpoints/latest.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4e8e8b6bd84ca7355ff6dd5a2a4c69af49ec33f038161a332deb580de3a6027
|
| 3 |
+
size 383266562
|
pix2poly/224/image_bs2x16/predictions_CH_val/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:417117afafadfe360062181df75c55caedac3d370159a5b17cdfec528687196e
|
| 3 |
+
size 467261
|
pix2poly/224/image_bs2x16/train.log
ADDED
|
File without changes
|
pix2poly/224/p2p_fusion_droplidar50_bs2x16/checkpoints/best_val_iou.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:efb0bc71a0ac2924fe15bca94ee71837bb0198c25a6dda3aa3cc9f25cc388565
|
| 3 |
+
size 311246848
|
pix2poly/224/p2p_fusion_droplidar50_bs2x16/checkpoints/best_val_loss.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e68dcb8a7cd84c837df11619cc74850c331456609d4cce9ad790a7325993eb3d
|
| 3 |
+
size 415476609
|
pix2poly/224/p2p_fusion_droplidar50_bs2x16/predictions_CH_val/best_val_iou.json
ADDED
|
File without changes
|
pix2poly/224/p2p_fusion_droplidar50_bs2x16/train.log
ADDED
|
File without changes
|
pix2poly/224/p2p_fusion_droplidar50_bs4x16/predictions_CH_val/best_val_iou.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:965e363bf33ea4f1d7ec1e6030f4947685d51b6cbacc1576a2963b9b34e378ec
|
| 3 |
+
size 448205
|