Mojtaba

Results 8 issues of Mojtaba

I have a 3d numpy array as my image, and I want to calculate the GLCM across the entire image. As the autocorrelation value, the pipeline always returns 1. I...

question

I'm using your code for my camera's output in a simulator but I noticed that the calculated offset from the middle line is wrong. Have I messed something? I checked...

Hi, I am going to use your algorithm for a simulation, but when I replaced a produced image from the simulator with your images, the detected lines aren't so accurate!...

Hi, Thank you for supplying the paper's code. I had a great time reading the paper and experimenting with the code. I had a few concerns about the loss. When...

I am interested in finding out if it's possible to use distinct linear models for each interval. To illustrate, if the data is divided into three parts by the binning...

I was going to use PiecewiseRegressor with ARDRegression estimator, and in general an estimator build with a pipeline or Gridsearch model but I am getting this error: `Traceback (most recent...

Hi, Thank you for providing your paper's code. I'm quite curious about how I will use MINE in my code. I add the output of the MINE torch model to...

Hi, I am using your algorithm for a semi-real time lane detection but it seems that whenever I change the picture to my pictures the algorithm would not able to...