Commit graph

  • 9bd46dab50 Fix README link milesial 2021-08-16 07:22:02 +0200
  • cb0c274489 Update default number of epochs milesial 2021-08-16 06:46:52 +0200
  • 423e94868a Update README milesial 2021-08-16 06:21:40 +0200
  • 5cd2a3b0b7 Restructure milesial 2021-08-16 06:08:09 +0200
  • a7270ca699 README update milesial 2021-08-16 06:01:29 +0200
  • c5257f8367 Data download script milesial 2021-08-16 03:14:33 +0200
  • 063cbbc599 Summer cleanup milesial 2021-08-16 02:53:00 +0200
  • 2f4f7edd5d Update image link in README milesial 2021-01-21 14:43:08 +0100
  • 3b2a767694 Merge pull request #219 from ChaosPredictor/patch-1 milesial 2020-09-30 13:27:12 +0200
  • 74b5011f01 Update requirements.txt ChaosPredictor 2020-09-29 20:55:58 +0300
  • d43eaa1115 Pretrained model in the README milesial 2020-08-12 00:42:01 -0700
  • c3c2675369 Torch hub milesial 2020-07-29 18:50:33 -0700
  • 8780e424b4 Carvana dataset loader milesial 2020-07-29 18:20:28 -0700
  • 04c2cb1ed4 Update README with xs:code milesial 2020-07-23 17:04:38 -0700
  • cc2ac3db07 Fix device in submit.py milesial 2020-07-14 11:37:05 -0700
  • 63f889a4b0 Fix eval frequency milesial 2020-06-11 20:53:00 -0700
  • fb5f60fb31 Merge pull request #188 from laclouis5/batchSizeGreaterThanOneFix milesial 2020-06-05 16:35:12 -0700
  • 416e076dbc Conversion to FloatTensor Louis Lac 2020-06-05 19:00:04 +0200
  • aa9defe6a5 Merge pull request #187 from laclouis5/development milesial 2020-06-03 14:24:32 -0700
  • 4db3cb4620 Fixed glob in dataset Louis Lac 2020-06-03 15:47:19 +0200
  • 9fb406b393 Clarification in README milesial 2020-06-01 11:20:34 -0700
  • 0731ea2ff2 Update python version in README milesial 2020-05-21 23:34:03 -0700
  • b83c81f30b Change back to train mode after eval milesial 2020-05-05 09:15:07 -0700
  • 74a3f2496f Merge pull request #167 from HansBambel/master milesial 2020-04-24 10:59:11 -0700
  • ef14c0e829 diffX and diffY is now an int instead of a Tensor HansBambel 2020-04-24 15:57:53 +0200
  • c57180e90c Merge pull request #161 from somehower/master milesial 2020-04-17 09:29:20 -0700
  • b5a3b207a1 optimize the passed in parameters in the case of bilinear hushenghao 2020-04-17 23:00:11 +0800
  • 8b1fee8730 Merge pull request #151 from joshmyersdean/master milesial 2020-04-01 11:57:23 -0700
  • b1b7d9346b Fix tensorboard dependency issue joshmyersdean 2020-03-31 20:25:38 -0700
  • 490ecf8383 Rework of the transposed conv / bilinear up route milesial 2020-03-30 20:16:55 -0700
  • 2bef826dcc Add tensorboard.dev link in the README milesial 2020-03-15 22:37:20 -0700
  • d40a71737d LR scheduler + TensorBoard weights and grad hists milesial 2020-03-15 21:38:51 -0700
  • 54ba0e5d54 Merge pull request #141 from whenyd/master milesial 2020-03-14 15:02:50 -0700
  • cf505c6549 Set drop_last=True for val_loader whenyd 2020-03-13 11:21:16 +0800
  • d292e8c6cd Apply sigmoid before calc dice in eval_net() whenyd 2020-03-11 16:06:23 +0800
  • d081192e90 Merge pull request #109 from ant-Korn/save_to_onnx milesial 2019-12-29 20:02:03 +0100
  • 70e6ac4258 Corrected class Up for model to ONNX exporting Anton Kornilov 2019-12-29 18:37:47 +0300
  • c0adecd5d6 Removed dense_crf (for real) milesial 2019-12-27 18:30:23 +0100
  • 012fca4715 Removed dense_crf and small fixes milesial 2019-12-21 22:04:23 +0100
  • 5f4ce7dba9 Update mask type for muticlass milesial 2019-12-13 17:36:12 +0100
  • 4e1f0398a1 Remove assert for multiclass milesial 2019-12-13 15:58:45 +0100
  • 67c4dd34a0 Use classmethod for preprocess milesial 2019-12-11 21:57:45 +0100
  • 0d1cc25ae2 Convert to tensor in predict.py milesial 2019-12-04 12:43:04 +0100
  • 5a7e934560 Fix eval.py iterating within batch milesial 2019-12-02 12:06:29 +0100
  • 48f45274b7 Update README.md milesial 2019-11-23 18:09:00 +0100
  • 9d7be6e234 Cleanup + now using tensorboard milesial 2019-11-23 17:56:14 +0100
  • 35f955cbf8 Now using utils.data.Dataset milesial 2019-11-23 14:22:42 +0100
  • f5c2771242 Fix predict script (mistake from last commit) milesial 2019-11-06 13:13:37 +0100
  • 8ed1e09b2a Better support for multiclass milesial 2019-10-30 19:54:57 +0100
  • 6f23624412 Fix typo milesial 2019-10-30 12:27:03 +0100
  • 4c0f0a7a7b Global cleanup, better logging and CLI milesial 2019-10-24 21:37:21 +0200
  • 74f825ce06 Fixed major data loading bug : #46 from pierrezeb/patch-1 milesial 2019-02-07 13:30:53 +0100
  • 543e9e560c fix split_ids (returned only left square!!) pierrezeb 2019-02-07 16:43:47 +0900
  • 0f5e7cb0f9 Merge pull request #45 from dmitrysarov/master milesial 2019-01-09 14:32:55 +0100
  • 078b03ffa9 index + 1 in average dmitrysarov 2019-01-09 15:01:42 +0300
  • ef36cad9ba Add note to use python 3 to README milesial 2018-12-28 17:56:15 +0100
  • d3150e8923 Fix upsampling issues (maybe) (#38, #32) milesial 2018-11-19 11:51:46 +0100
  • 5da5e17c08 Merge pull request #37 from rht/master milesial 2018-11-11 20:56:15 +0100
  • 81234be7da Move the sigmoid activation to the model itself rht 2018-11-10 22:42:16 +0000
  • 46d1db3115 Another error in diceloss milesial 2018-10-28 14:54:14 +0100
  • 7e5a8727de Fixed math error in DiceLoss backward pass (#35) milesial 2018-10-26 18:53:05 +0200
  • f2d88f98a7 Switch net to eval mode in predict.py milesial 2018-09-26 08:59:49 +0200
  • 341824fb06 Switch net to train mode in train.py milesial 2018-09-26 08:58:49 +0200
  • b1ac7151b4 Switch net to eval mode in eval.py milesial 2018-09-26 08:57:10 +0200
  • 3fefc25199 Fixed misuse of epsilon in Dice loss (issue #24) milesial 2018-08-16 19:50:24 +0200
  • f991ffa23e Merge pull request #20 from changjo/patch-1 milesial 2018-07-10 13:17:51 +0200
  • 179b08e6a3 Fixed argument actions Chang Jo Kim 2018-07-10 11:19:03 +0900
  • 14e0ff1c62 Merge pull request #13 from ZiyuanTonyZhang/master milesial 2018-06-23 19:59:38 +0200
  • bc465b2d91 Fixed some details on predict + requirements milesial 2018-06-23 19:57:53 +0200
  • ff85f85dcc fix scaling issue by size change from net, i.e. Issues - error in predict.py #12 ZiyuanTonyZhang 2018-06-17 02:31:42 -0400
  • af08dbb98d Created a requirements.txt milesial 2018-06-08 19:28:46 +0200
  • 02e2314149 Migration to PyTorch 0.4, code cleanup milesial 2018-06-08 19:27:32 +0200
  • 90e988c10f Fixed bad use of ConvTranspose2D milesial 2018-06-07 11:20:35 +0300
  • 8008b77af6 Removed unused function and general cleanup milesial 2018-04-09 05:15:24 +0200
  • 0da4ad7753 Deleted main.py as it is now outdated milesial 2018-04-08 22:36:20 +0200
  • 617f334e06 Small changes to README milesial 2017-11-30 18:50:25 +0100
  • 50cbf66b21 Tweaked README milesial 2017-11-30 08:30:38 +0100
  • 6275cb8458 Create LICENSE milesial 2017-11-30 08:23:15 +0100
  • 2d427db832 Cleaned code, added image to README.md milesial 2017-11-30 07:44:34 +0100
  • 8b614c3e31 Modified to take any image size (with even width, height > width/2) milesial 2017-11-30 07:19:52 +0100
  • 7ea54febec Added CLI for predict, cleaned up code, updated README milesial 2017-11-30 06:45:19 +0100
  • e1bf150da3 Updated README.md milesial 2017-11-30 03:44:29 +0100
  • 3c14fc3e63 Final tweaks milesial 2017-09-26 21:00:51 +0200
  • 932e1c3cf5 Added simple trained model milesial 2017-08-23 17:38:55 +0200
  • 74ee006a7a Added simple predict + submit script milesial 2017-08-21 18:00:07 +0200
  • fa40396fff Added simple eval and test CRF milesial 2017-08-19 10:59:51 +0200
  • 4063565295 Created a basic train loop + changed a bit loss and utils milesial 2017-08-17 21:16:19 +0200
  • 8332f891c3 Changed from deconv to bilinear for upsampling milesial 2017-08-17 15:33:47 +0200
  • a4937ca931 Added load utilities milesial 2017-08-17 15:32:38 +0200
  • c8c82204bf First prototype milesial 2017-08-16 14:24:29 +0200
  • 415d600d3a Initial commit milesial 2017-08-16 14:17:08 +0200