-
Updated
Jun 6, 2021 - Python
image-classification
Here are 3,357 public repositories matching this topic...
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Mar 12, 2021 - Jupyter Notebook
-
Updated
Jun 2, 2021
-
Updated
Apr 21, 2021 - C#
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!
-
Updated
Sep 8, 2020
My actions before raising this issue
- Read/searched the docs
- Searched past issues
Expected Behaviour
It would be convenient for the annotators to hav
-
Updated
Apr 29, 2019 - Python
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
Jun 3, 2021 - Python
-
Updated
May 12, 2021 - Python
When running TabularPredictor.fit(), I encounter a BrokenPipeError for some reason.
What is causing this?
Could it be due to OOM error?
Fitting model: XGBoost ...
-34.1179 = Validation root_mean_squared_error score
10.58s = Training runtime
0.03s = Validation runtime
Fitting model: NeuralNetMXNet ...
-34.2849 = Validation root_mean_squared_error score
43.63s =
-
Updated
Jan 3, 2021 - Python
-
Updated
Jun 4, 2021 - Python
🚀 Feature Request
Let's add official support for all sklearn metrics to our Metric API.
Motivation
Sklearn
-
Updated
Jun 4, 2021 - C++
-
Updated
Jun 26, 2017 - JavaScript
-
Updated
Jun 4, 2021 - Python
-
Updated
Apr 25, 2021 - Python
-
Updated
Apr 18, 2021 - Python
-
Updated
Sep 17, 2020
-
Updated
May 14, 2021 - JavaScript
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Apr 11, 2020 - Python
-
Updated
Nov 13, 2020 - Python
-
Updated
Jun 3, 2021 - Python
-
Updated
Jun 4, 2021 - Jupyter Notebook
-
Updated
Apr 22, 2021 - Python
Improve this page
Add a description, image, and links to the image-classification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the image-classification topic, visit your repo's landing page and select "manage topics."
I'm using this project to train my segmentation model. I find that the mask has a right-down offset to the image. Because the opencv resize_nearest is wrong. Please refer the opencv project issue:
https://github.com/opencv/opencv/issues/9096
https://github.com/opencv/opencv/issues/10146
The code of opencv is:
` for( x = 0; x < dsize.width; x++ )
{
int sx = cv