-
Updated
Oct 12, 2021 - Python
image-classification
Here are 3,839 public repositories matching this topic...
-
Updated
Mar 14, 2021 - Jupyter Notebook
-
Updated
Oct 13, 2021 - Jupyter Notebook
-
Updated
Aug 23, 2021
-
Updated
Aug 4, 2021 - C#
-
Updated
Oct 15, 2021 - Python
Steps:
Register on the website
An account verification link will be sent by email
Go to email inbox
Right-click on the box and copy the link
Check the link by pasting it in new tab
Hit enter and check if the account is being opened
HTTP LINK:
Impact - The user's account can be directly logged if the token is grabbed by the attacker by the tool named Wireshark.
**I want to
-
Updated
Sep 8, 2020
-
Updated
Oct 6, 2021 - Python
-
Updated
Oct 13, 2021 - 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
Aug 29, 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
Oct 16, 2021 - Python
-
Updated
Oct 15, 2021 - Python
-
Updated
Oct 1, 2021 - Python
-
Updated
Oct 15, 2021 - Python
-
Updated
Oct 15, 2021 - C++
-
Updated
Apr 25, 2021 - Python
-
Updated
Jun 26, 2017 - JavaScript
-
Updated
Sep 17, 2020
-
Updated
Aug 16, 2021 - Python
-
Updated
Sep 27, 2021
-
Updated
Oct 12, 2021 - JavaScript
Yolov3 slow?
with video_demo.py about 20% speed compared to your 1.0 repo. but thanks much for sharing!
-
Updated
Oct 4, 2021 - Python
-
Updated
Jun 16, 2021 - Python
-
Updated
Nov 13, 2020 - 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."
Enhancement
A discussion in #614 revealed a good place for improvement - we should ensure that input image is continuous upon start of the augmentation pipeline. This could be implemented by adding
image = np.ascontiguousarray(image)
to image and mask targets.A proposed place to add this call - somewhere at the beginning of
A.Compose.__call__
.