Skip to content
Snippets Groups Projects
  1. Apr 23, 2022
  2. 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
  3. Apr 06, 2022
  4. Mar 22, 2022
  5. Mar 10, 2022
  6. Feb 23, 2022
  7. Feb 15, 2022
  8. Feb 11, 2022
  9. Feb 10, 2022
  10. 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
  11. Dec 09, 2021
  12. Oct 03, 2021
  13. Aug 27, 2021
  14. Aug 17, 2021
  15. 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
  16. Apr 09, 2021
  17. Apr 07, 2021
  18. Mar 23, 2021
  19. Nov 18, 2020
  20. Sep 27, 2020
  21. 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
  22. Jul 09, 2020
Loading