Skip to content
#

object-detection

Here are 2,402 public repositories matching this topic...

TCHERAKAmine
TCHERAKAmine commented Apr 5, 2020

Hello All;

Hope your are doing well;

In Mask RCNN I would like change the color of the mask to be White with the Alpha = 1, I change it frome the right place in vizualize.py, but anything change the mask color still red or blue or another color, why the changes on vizualize.py dont have effect ?

tensorlayer
0xtyls
0xtyls commented Jan 3, 2020

I understand that these two python files show two different methods to construct a model. The original n_epoch is 500 which works perfect for both python files. But if I change n_epoch to 20, only tutorial_mnist_mlp_static.py can achieve a high test accuracy (~0.97). The other file tutorial_mnist_mlp_static_2.py only get 0.47.

The models built from these two files looks the same for me (the s

Francisobiagwu
Francisobiagwu commented Oct 31, 2019

darkflow_error

I created a virtual environment using conda and I installed darkflow and it worked pretty well. I later exported the environment to try it on another computer to verify that everything works. But conda doesn't install the darkflow even though it exists on the requirement.txt

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

yolov3
gluon-cv
mythrandire
mythrandire commented Mar 24, 2020

Per my understanding, the functions bunched together in the sub-directory tf_extended are meant to supplement the SSD implementation using standard TensorFlow functions, but it is not the same as TFX - Tensorflow Extended. Is this correct?

If that's the case, perhaps a modification to the readme will help newcomers avoid conflating the two. I'm willing to

AidLearning-FrameWork

🔥🔥AidLearning build Linux environment running on the Android devices with GUI, Deep-Learning and Python Visual Programming support. Now support VSCode,Jupyter, pyToApk! One-click install.🚀

  • Updated May 18, 2020
  • Python
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!

computervision-recipes
DanBehrendt
DanBehrendt commented Aug 20, 2019

Describe the bug
Project settings -> tags, are not saved unless user hits 'Enter' after typing new tag.

To Reproduce
Steps to reproduce the behavior:

  1. In project settings, add new tag.
  2. Click 'Save Project'.
  3. Exit project settings pane and return.
  4. New tag is not saved.

Expected behavior
Tag should be saved when clicking 'Save Project'.

Screenshots
If a

Improve this page

Add a description, image, and links to the object-detection 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 object-detection topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.