Commit Graph

26 Commits (712612b1a1a873a4975b6afa6513c9bc0122adaf)

Author SHA1 Message Date
Miao Zheng ca1dc717ee
Update demo/MMSegmentation_Tutorial.ipynb 2022-11-21 11:09:08 +08:00
Miao Zheng 2b4dbcfb15
Update demo/MMSegmentation_Tutorial.ipynb 2022-11-21 11:08:26 +08:00
Miao Zheng 5ef9f6218e
Update demo/MMSegmentation_Tutorial.ipynb 2022-11-21 11:07:44 +08:00
VoyagerXvoyagerx 3bf399eb2f Add PyTorch installation before import torch. 2022-11-21 11:03:08 +08:00
VoyagerXVoyagerXisavailable bc013fbb05 fixed the AttributeError in show_result_pyplot() 2022-11-19 19:47:59 +08:00
Miao Zheng f87c05308b
[Fix] Fix MMSegmentation colab demo (#2089)
* [WIP] Fix MMSegmentation colab demo

* wip

* fix

* revise config

* seg branch

* colab link

* engine install

* demo image

* remove inference

* fix inference pipeline

* typo
2022-09-30 14:15:39 +08:00
MengzhangLI 3cf2bbda2a
[Fix] Change CustomDataset to BaseSegDataset (#1791) 2022-07-26 12:01:40 +08:00
zhengmiao 4b76f277a6 [Refactory] MMSegmentation Content 2022-07-15 15:47:29 +00:00
xiexinch c1c870af31 rename init/inference_segmentor to init/inference_model 2022-07-12 16:19:59 +08:00
Miao Zheng 9b3338fa2b [Enhancement] Fix the build_segmentor in colab demo (#1551)
* [Enhancement] Delete DS_Store file

* [Enhancement] Fix the build_segmentor
2022-05-05 13:39:56 +08:00
Miao Zheng d7bf706a3f [Fix] the directory of cfg file in colab demo (#1501)
* [fix] cfg dir in colab

* Update demo/MMSegmentation_Tutorial.ipynb
2022-04-23 15:00:31 +08:00
jere357 aa68bf15b7 fixed a couple of issues that made the notebook not work in colab (#1460)
* 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: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
2022-04-22 10:10:02 +08:00
Andrey 9619deddef [Fix] MMSegmentation Tutorial running on colab error fix (#1452)
* update pytorch and cudatoolkit versions for colab

Previous version was throwing an error after calling for mmseg.apis import (line 147) due to incompatible cudatoolkit version in colab.

* Update description about versions used
2022-04-06 22:04:37 +08:00
Nemo Xiong 71ecf60fa9 colab notebook: fix outdated link for doc (#1392)
* colab notebook: fix outdated link for doc

Fixed outdated link for how to customize your datasets by reorganizing data.

* fix lint
2022-03-22 14:38:26 +08:00
andife d06a84d54d Update MMSegmentation_Tutorial.ipynb (#1366)
typos
2022-03-10 20:07:12 +08:00
MengzhangLI 8e8cb06f52 [Enhancement] Update the installation of MMCV (#1275)
* Update the installation of MMCV

* use matrix.torch_version

* fix typo in doc

* fix docs

* fix colab

* change docs
2022-02-15 22:18:39 +08:00
andife f5ba2ea401 Update MMSegmentation_Tutorial.ipynb (#1281) 2022-02-11 13:07:46 +08:00
jyh 0166616d49 fix-demo (#1269) 2022-02-10 15:13:57 +08:00
MengzhangLI 4a90241f91 [Docs] Refactor the structure of documentation (#1128)
* 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//
2021-12-16 18:56:45 +08:00
VoyagerXVoyagerXisavailable fcc1c3b166 replace the unavailable pspnet model download address with the update… (#934)
* replace the unavailable pspnet model download address with the updated address

* replace the unavailable pspnet model download address with the updated address
2021-10-03 23:55:25 +08:00
sennnnn 38d2e969dd Add support for Pascal Context 59 classes (#459)
* 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: Jiarui XU <xvjiarui0826@gmail.com>
2021-04-19 21:20:54 -07:00
Jerry Jiarui XU d283ca6fea [Improvement] Add more CI (#460)
* add more CI

* fix missing

* remove python-version

* fixed acc
2021-04-08 19:29:00 -07:00
Jerry Jiarui XU 99ab9bd2d9 Fixed Colaboratory Tutorial 2021-04-07 15:19:29 -07:00
Jerry Jiarui XU a6234975f1 [Bug Fix] Fix dropout_ratio typo (#261) 2020-11-18 12:22:06 +08:00
Jerry Jiarui XU e86f4377b3 [Enhance] Update url to https://download.openmmlab.com (#165) 2020-09-28 00:32:44 +08:00
Jerry Jiarui XU 6c6330fe85 Add Colab Tutorial (#7)
* 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
2020-07-10 16:55:47 +08:00