Граф коммитов

893 Коммитов

Автор SHA1 Сообщение Дата
Caleb Robinson 1bf6e4c576 Removed the concept of "shapes" on the server side
Fixed the DataLoaderUSALayer and added an appropriate dataset entry in datasets.json
2020-10-12 20:06:28 +00:00
Caleb Robinson 0ef7352bda Adding some sanity 2020-10-02 23:29:11 +00:00
Caleb Robinson c94dbba102 Passing the return status from "reset" back to server.py 2020-09-18 20:47:18 +00:00
Caleb Robinson ee19499b30 Updating TODO with the most recent work done 2020-09-18 06:35:32 +00:00
Caleb Robinson c0194a4a34 Rerererefactoring, also added a helpful test.html file for creating new sessions 2020-09-18 06:02:30 +00:00
Caleb Robinson d9cfecfe39 Refactoring of DataLoader 2020-09-18 01:10:21 +00:00
Caleb Robinson e9258bd465 Adding documentation and wrapper objects 2020-09-17 23:33:09 +00:00
Caleb Robinson 8d12809355 Merge branch 'dev' of github.com:microsoft/landcover into dev 2020-08-12 21:26:18 +00:00
Caleb Robinson 9bf50b13f8 Adding script to run gdal2tiles in a loop for multiple zoom levels 2020-08-12 21:25:38 +00:00
Caleb Robinson a6910b09d6
Merge pull request #17 from microsoft/user/siyu/wcs
More description on onboarding dataset in readme
2020-08-12 13:12:28 -07:00
Caleb Robinson 6b77d2b1ec
Update endpoints.js 2020-08-12 13:12:05 -07:00
Siyu Yang 636d2051b9 More details on onboarding a dataset in readme. 2020-08-12 11:48:32 -07:00
Siyu Yang d30f043536 Reformat web_tool/ModelSessionAbstract 2020-08-11 14:30:25 -07:00
Siyu Yang 63d6faa06c ModelSessionPyTorchExample.py 2020-08-11 12:31:33 -07:00
Siyu Yang d42adf7d1d Merge ModelSessionAbstract cosmetic changes. 2020-08-11 12:27:03 -07:00
Siyu Yang aa91c789e2 Merge branch 'dev' into user/siyu/wcs 2020-08-11 12:24:49 -07:00
Siyu Yang d4eb291e90 Load datasets.mine.json only if available. 2020-08-07 16:00:17 -07:00
Caleb Robinson 913ff530a6 Adding script for running gdal2tiles in a loop over different zoom levels 2020-08-05 04:18:34 +00:00
Caleb Robinson 3b255cd0a2 Minor fixes in script 2020-08-03 18:39:54 +00:00
Caleb Robinson 815dd770ba Update to create_naip_basemap.py 2020-08-03 18:26:52 +00:00
Caleb Robinson 0856f751c2 Changed script to just make the whole basemap 2020-08-03 17:19:27 +00:00
Caleb Robinson faf73240fd Adding script for downloading/reprojecting NAIP 2020-08-03 17:12:33 +00:00
Caleb Robinson 7c37ac9883 Working on PyTorch example model 2020-08-03 03:54:06 +00:00
Anthony Ortiz 7684d89a05 Merge branch 'dev' of https://github.com/microsoft/landcover into dev 2020-07-30 20:15:20 +00:00
Anthony Ortiz ebb53a0c6e addin solar pytorch model example 2020-07-30 20:11:48 +00:00
Caleb Robinson 86de76ee47
Add bug to to-do 2020-07-30 13:08:54 -07:00
Anthony Ortiz 966bb47aa6 Merge branch 'dev' of github.com:microsoft/landcover into dev 2020-07-30 18:57:25 +00:00
Anthony Ortiz 85cfb30697 Anthony's changes 2020-07-30 18:53:44 +00:00
Anthony Ortiz 477f26ecd6 adding script to create basemaps, vrts, project geotiff files to different espgs and convert files to byte 2020-07-30 00:26:20 +00:00
Caleb Robinson 5f0f77a071
Merge pull request #15 from microsoft/dev
Feature dump from dev
2020-07-28 15:41:44 -07:00
Caleb Robinson 6a56d078e0 Test image alignment 2020-07-28 22:40:01 +00:00
Caleb Robinson c27aba3d73 Updating README 2020-07-28 22:36:50 +00:00
Caleb Robinson 62c3a2ec36 Small bug fix 2020-07-28 20:52:40 +00:00
Caleb Robinson 80c93d92d4 Changed datasets.json to allow for multiple basemaps 2020-07-28 20:12:44 +00:00
Caleb Robinson b4053a41ea Updating TODO 2020-07-28 19:51:36 +00:00
Caleb Robinson 568ed37e05 Finished implementing correct checkpointing 2020-07-28 19:47:26 +00:00
Caleb Robinson e3ba9e9033 Fixed typo in modelsession interface 2020-07-28 19:19:22 +00:00
Caleb Robinson f49d4d9925 Changes to pretty much everything in order to incorporate better checkpoint loading and saving. 2020-07-28 19:19:06 +00:00
Caleb Robinson 87853a283f Fixing some ModelSession issues 2020-07-28 01:15:30 +00:00
Caleb Robinson 8267575df5 Making sure train_autoencoder.py works for KerasExample 2020-07-28 01:04:00 +00:00
Caleb Robinson f4a92476bf Further cleaning up KerasExample 2020-07-27 23:30:08 +00:00
Caleb Robinson 04bef40014 Fixed small bug in KerasExample 2020-07-27 23:28:40 +00:00
Caleb Robinson 4fffd5de27 README update 2020-07-27 23:26:28 +00:00
Caleb Robinson c96fdc3241 Forgot some stuff in the last commit 2020-07-25 00:43:34 +00:00
Caleb Robinson e3b8758a3a Paving the way for checkpoint frontend logic 2020-07-25 00:43:11 +00:00
Caleb Robinson 3db2c2f403 Updated TODO 2020-07-25 00:25:49 +00:00
Caleb Robinson fd0132ed97 Get leaflet bounds from raster 2020-07-25 00:18:18 +00:00
Caleb Robinson a14d854ade ModelSession constructors now take kwargs, kwargs are propagated correctly to worker.py, Sessions are less buggy 2020-07-24 23:10:33 +00:00
Caleb Robinson 61f36b907e Working on the ModelSession interface still 2020-07-24 22:06:37 +00:00
Caleb Robinson 2078247908 Finished rebase 2020-07-24 01:06:11 +00:00