Skip to content
Snippets Groups Projects
  1. Nov 21, 2022
  2. Nov 19, 2022
  3. Sep 30, 2022
    • Miao Zheng's avatar
      [Fix] Fix MMSegmentation colab demo (#2089) · f87c0530
      Miao Zheng authored
      * [WIP] Fix MMSegmentation colab demo
      
      * wip
      
      * fix
      
      * revise config
      
      * seg branch
      
      * colab link
      
      * engine install
      
      * demo image
      
      * remove inference
      
      * fix inference pipeline
      
      * typo
      f87c0530
  4. Aug 31, 2022
  5. Aug 25, 2022
  6. Jul 29, 2022
    • 谢昕辰's avatar
      [Fix] Fix demo scripts (#1815) · 5d965083
      谢昕辰 authored
      
      * [Feature] Add SegVisualizer
      
      * change name to visualizer_example
      
      * fix inference api
      
      * fix video demo and refine inference api
      
      * fix
      
      * mmseg compose
      
      * set default device to cuda:0
      
      * fix import
      
      * update dir
      
      * rm engine/visualizer ut
      
      * refine inference api and docs
      
      * rename
      
      Co-authored-by: default avatarMengzhangLI <mcmong@pku.edu.cn>
      5d965083
  7. Jul 26, 2022
  8. Jul 15, 2022
  9. Jul 12, 2022
  10. May 05, 2022
  11. Apr 23, 2022
  12. Apr 22, 2022
    • jere357's avatar
      fixed a couple of issues that made the notebook not work in colab (#1460) · aa68bf15
      jere357 authored
      
      * fixed a couple of issues that made the notebook not work in colab
      
      i fixed a couple of issues that made the notebook not work in colab 
      1. it downloaded incompatible versions of pytorch and cuda + the conda command doesnt do anything in colab since there is no conda in colab idk w y wanna do about that - The commit of 2 days ago only changes the conda command version and not the pip command which is used while isntaling mcvv
      2. /demo.png doesnt exist in colab so i added a wget to download some cityscapes photo from the internet and run inference on that photo
      3. i think it would be optimal to have 2 notebooks. 1 for running locally when cloning your git branch and one to run in google colab.
      
      * Update demo/MMSegmentation_Tutorial.ipynb
      
      * Update demo/MMSegmentation_Tutorial.ipynb
      
      * Update demo/MMSegmentation_Tutorial.ipynb
      
      * Update demo/MMSegmentation_Tutorial.ipynb
      
      * Update demo/MMSegmentation_Tutorial.ipynb
      
      Co-authored-by: default avatarMiao Zheng <76149310+MeowZheng@users.noreply.github.com>
      aa68bf15
  13. Apr 06, 2022
  14. Mar 22, 2022
  15. Mar 10, 2022
  16. Feb 23, 2022
  17. Feb 15, 2022
  18. Feb 11, 2022
  19. Feb 10, 2022
  20. Dec 16, 2021
    • MengzhangLI's avatar
      [Docs] Refactor the structure of documentation (#1128) · 4a90241f
      MengzhangLI authored
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * merge docs/ and docs_zh-CN/
      
      * fix launch utility url
      
      * fix launch utility url
      
      * fix wrong pytorch doc url
      
      * remove wrong links docs//
      4a90241f
  21. Dec 09, 2021
  22. Oct 03, 2021
  23. Aug 27, 2021
  24. Aug 17, 2021
  25. Apr 20, 2021
    • sennnnn's avatar
      Add support for Pascal Context 59 classes (#459) · 38d2e969
      sennnnn authored
      
      * Add support for Pascal Context 59 classes (#459)
      
      * Create PascalContextDataset59 class in mmseg/datasets/pascal_context.py;
      
      * Set reduce_zero_label=True for train_pipeline and PascalContextDataset59;
      
      * Add some configs for Pascal-Context 59 classes training and testing;
      
      * Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";
      
      * Continue(1): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";
      
      * ignore files and folders named tempxxx;
      
      * Continue(2): Try to solve the problem about "fence(IoU)=nan grass(IoU)=0";
      
      * Modify the calculation of IoU;
      
      * Modify the CLASSES order of PascalContextDataset;
      
      * Add "fcn", "deeplabv3", "deeplabv3+", "pspnet" config file for model training based on PascalContextDataset59;
      
      Add some ignore items in ".gitignore";
      
      * fix the bug "test_cfg specified in both outer field and model field " of pspnet config file;
      
      * * Clean unnecessary codes;
      
      * Add weighs link, config link, log link and evaluation results about PascalContextDataset59 in README.md
      
      * Add command line argument: "-p | --port", this arg can change the transmit port when you transmit data to distributed machine.
      
      * * Remove rebundant config files;
      
      * Remove "-p|--port" command argument;
      
      Co-authored-by: default avatarJiarui XU <xvjiarui0826@gmail.com>
      38d2e969
  26. Apr 09, 2021
  27. Apr 07, 2021
  28. Mar 23, 2021
  29. Nov 18, 2020
  30. Sep 27, 2020
  31. Jul 10, 2020
    • Jerry Jiarui XU's avatar
      Add Colab Tutorial (#7) · 6c6330fe
      Jerry Jiarui XU authored
      * add badge
      
      * Created using Colaboratory
      
      * add read docs
      
      * Fixed readthedocs
      
      * fixed colab ref
      
      * add readthedocs.txt
      
      * add link
      
      * fixed modelzoo link
      
      * add missing reference
      
      * fixed docs
      
      * remove relative path in docs
      
      * add colab in README.md
      
      * update docker image
      
      * add newline
      
      * fixed br
      6c6330fe
  32. Jul 09, 2020
Loading