-
I found this work really fascinating and I was wondering if you could provide code for computing the gold standard? I tried computing it using pysaliency but I must be doing something wrong because it…
-
Good yet simple algorithm for picking visually interesting pictures.
(This issue is about finding a super simple algorithm to make this decision, if you want to use something complicated like machi…
-
"The problem is that GD simply doesn't support EXIF"
http://www.nodenerd.com/keep-exif-data-drupal-using-imagemagick-instead-gd
-
Trying to append 50000, (32,32,3) image file to the h5py file
but the problem is the memory.
I tried to append one image and read again and append again
but still, memory does not go down
…
-
Hi @ismailuddin
Can you help me out with implementing GradCam in [FCN segmentation](https://github.com/shekkizh/FCN.tensorflow/blob/master/FCN.py) model.
Any help is appreciated,
Thanks.
-
Hi, this is a good project!
I am trying to visualize the class features captured by CNN+RNN model, which means using CNN as feature extractor to extract each timestep input's features, and then feed…
-
- https://arxiv.org/abs/2012.11101
- 2020
データオーグメンテーションは、データの多様性を高める強力な手法であり、画像認識タスクにおけるニューラルネットワークの汎化能力を効果的に向上させることができる。
最近のデータミキシングに基づく補強戦略は大きな成功を収めています。
特に、CutMixは、ある画像からパッチをランダムに切り取り、別の画像に貼り…
e4exp updated
3 years ago
-
See https://machinelearningmastery.com/how-to-make-classification-and-regression-predictions-for-deep-learning-models-in-keras/ and https://machinelearningmastery.com/save-load-keras-deep-learning-mod…
-
## 一言でいうと
通常のSaliency Map(モデルの着目点を示したマップ)は分類機とペアで作られるが、それはその分類機にとってのマップでしかない、という問題提起から分類機独立のマップを作る試み。ストレートに複数の分類機共通のマップを作るのは現実的でないため、学習過程の分類機を使用しモデルと同時に学習させる
![image](https://user-images.githubu…
-
Hello,
In the code, I noticed that 250 is used as a threshold to classify people as being too close ("red"). However, this is a distance in pixels, not meters. How was it determined then?
Also, …