-
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, …
-
Thanks for this nice effort on porting SalGAN to PyTorch. We would like to assess its performance once trained. Would it be possible for you to share the model weights after training as well ?
-
Thanks for the code, Paul!
Your calculation of the distance is impressing and the description is very clear. However, I think it applies to the objects those are facing the camera directly or near d…
-
Hi i am curious on how you generate the counterfactual examples on 4.1 MNIST (specifically digit '1'), could you explain a little bit? When I ran it, I was not able to generate the counterfactual but …
-
## Description
As a first step, I executed `make test` to see how calib3d goes. The testing result I got looks incorrect. (second one is fine)
![fisheye_sample-u](https://user-images.githubusercon…
-
Can you kindly provide me the dataset via email (sauradipnag95@gmail.com) since baidu can't be accessed from linux
-
Hi,
I was wondering whether you could make the files available to train the localization cues on different datasets. Specifically I assume that to create the [deploy.prototxt](https://github.com/kole…
-
I'm building an app in Kotlin that heavily depends on image processing through saliency.
My code looks like this:
```
package com.example.testingsaliency5
import android.graphics.Bitmap
imp…
-
Hi!
Thanks a lot for the great work! I am considering using ROAR in my own research but would like to clarify something first. In the paper and also in the README you mention that you use the estimat…
-
Hello, thank you for your work! Can you provide the code for performance evaluation?