File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ docker run \
131
131
-v $PWD /project_data/:/project_data/ \
132
132
--shm-size=15g \
133
133
--gpus all \
134
- ghcr.io/allenai/sentinel2-vessel-detection:sentinel2_vessels_v0.0.2
134
+ ghcr.io/allenai/sentinel2-vessel-detection:sentinel2_vessels_v0.0.3
135
135
```
136
136
137
137
### Auto Documentation
@@ -173,6 +173,7 @@ These bands must be provided. In this case the scene must be processed with proc
173
173
174
174
### Docker Container Version History
175
175
176
+ - v0.0.3: fix bug with image_files execution.
176
177
- v0.0.2: add attribute prediction (` data_20250205_regress_00 ` ) and use model ` data_20250213_02_all_bands ` .
177
178
- v0.0.1: initial version. It uses model ` data_20240213_01_add_freezing_and_fix_fpn_restore ` .
178
179
You can’t perform that action at this time.
0 commit comments