The Wayback Machine - https://web.archive.org/web/20200711233149/https://github.com/topics/image-recognition
Skip to content
#

image-recognition

Here are 1,165 public repositories matching this topic...

auphofBSF
auphofBSF commented Aug 21, 2019

A more consistent and multi-functional global level of verbosity control,
suggest an enhancement that will see print(...) in project be converted to using the python logging. module

import logging
#Then instead of print() use either
logging.info(......)
#or
logging.debug(.....)
#or
logging.warning(....)
#or
#logging.error()

In that way verbosity can be globally

AFIDclan
AFIDclan commented Mar 6, 2020

When attempting to download cityscapes_2048x1024 I got: ./download-models.sh: line 721: download_fcn_resnet18_cityscapes_2048x512: command not found
It looks like there was a typo, and line 721 needs to be changed from:
download_fcn_resnet18_cityscapes_2048x512 to download_fcn_resnet18_cityscapes_2048x1024

Thanks for the amazing repo!

ahmadmobeen
ahmadmobeen commented Mar 7, 2018

In the paper the Table 1 Bottom layers should be addressed as Top Layers and vice versa. Because, the all layers except input layers are being updated and X0 is the input layer and is written under the column of bottom layers so maybe I think either the column names should be switched.
I make above understanding based on the assumption that the top layers update the bottom layers.
If I misunder

Improve this page

Add a description, image, and links to the image-recognition topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the image-recognition topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.