-
Updated
Apr 7, 2021
semantic-segmentation
Here are 1,050 public repositories matching this topic...
-
Updated
Apr 7, 2021 - Python
My actions before raising this issue
- Read/searched the docs
- Searched past issues
Proposal
Now we are using default [drf-yasg](https://github.com/a
Can I know what is the size of the Kinetics 400 dataset used to reproduce the result in this repo?
There are many links in Kinetics that have expired. As as result, everyone might not be using the same Kinetics dataset. As a reference, the statistics of the Kinetics dataset used in PySlowFast can be found here, https://github.com/facebookresearch/video-nonlocal-net/blob/master/DATASET.md. However, I cannot seem to find similar information for gluoncv. Will you guys be sharing the statistics and
-
Updated
Dec 19, 2019 - C++
-
Updated
Oct 31, 2020 - Python
-
Updated
Mar 7, 2021 - Python
-
Updated
Apr 9, 2021 - Python
-
Updated
Apr 7, 2021 - Python
-
Updated
Dec 29, 2020 - Python
-
Updated
Apr 15, 2021 - Python
-
Updated
Apr 14, 2021 - Python
-
Updated
Apr 14, 2021 - Python
-
Updated
Mar 13, 2021 - Python
We keep this issue open to collect feature requests from users and hear your voice. Our monthly release plan is also available here.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with
👍 or be against with👎 . (Remember that developers are busy and cannot respond to all feature requests, so vote for your most favorable one!) - Tell us that you wo
-
Updated
Oct 25, 2019 - Python
Add a way to change the sample id output in the annotation process to a specific number (see picture).
Reason: I want to annotate large text and the app don't like it when the documents to annotate are too large, so I spitted in a sentence the document but I would like to be able to
-
Updated
Dec 31, 2020 - Python
when I use ResizeByLong for evaluation, the infer.py in paddleseg/core report a error that ResizeByLong has no attribute 'target_size'.
It seems that there is a bug in ResizeByLong class, it has args of long_size, but not target_size, and the infer.py need transforms op.target_size. So, I just simply add a new attribute self.target_size = im.shape[:2] in ResizeByLong class, and it works. I'm
-
Updated
Feb 14, 2021
-
Updated
Apr 15, 2021 - Python
-
Updated
Mar 23, 2021
-
Updated
Oct 24, 2018 - Python
-
Updated
Apr 14, 2021 - Python
-
Updated
Mar 19, 2021 - Python
-
Updated
Apr 15, 2021 - Python
-
Updated
Mar 30, 2021 - Python
-
Updated
Mar 8, 2021 - JavaScript
-
Updated
Mar 3, 2021 - Python
Improve this page
Add a description, image, and links to the semantic-segmentation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the semantic-segmentation topic, visit your repo's landing page and select "manage topics."

Hi! I've noticed the doc references postgres for setting up data storage (https://labelstud.io/guide/storedata.html). However, I was wondering whether it's possible to switch to other databases such as MySQL for the same task. If so, more or less how'd the process be? I'm trying to set up label-studio and the environment I'm using only allows MySQL DBs.
Thanks!