Bretislav Hajek

Results 112 comments of Bretislav Hajek

I think I am facing the same issue. Actually one of the demo charts displays this issue (I am using latest Firefox in case it is browser related): https://apexcharts.com/javascript-chart-demos/line-charts/gradient/ If...

Hi, your code was probably set for usage of gapdata/large which uses large sizes of images (60x120 px). If you want to use smaller sizes, you have to change the...

Ou, you reshaping it wrongly, at reshape to: `tf.reshape(x, [-1, 60, 60, 1])`

Ok, I think I may know the problem, could you please share the code you are running (using gist or something similar.

I fix some bugs in loading images and added settings section. In settings you should be able to edit the size of slider and other variables. If you want to...

First, it depends on what gap classifier do you want to train. I would recommend training the `GapClassifier-BiRNN.ipynb` because it gives the best accuracy. For training of this model you...

It is because I am not predicting the array of x-coordinates, but I am predicting whether or not there is gap on the slide. I think it is more efficient...

Yes, it looks a little bit strange, but first in line: `targets_seq[i] = np.ones((length[i])) * NEG` Target sequence is same length as image sequence and represents label for each image...

Hi, the situation is not perfect yet. I have already code for training ML models from current datasets. With some code changes you could add your own data and use...

Hi, can you better specify what data do you have. I you have images with labels already, you don't need to use the `word_labeling` notebook. Instead, you should write script...