Teresa

Results 5 issues of Teresa

why are some Algorithms without authors in the List of the algorithms available in BGSLibrary?

question

username@user:~/bgslibrary/gui_qt/build$ ./bgslibrary_gui Segmentation fault (core dumped) so what should I do?

user error

Actually, i meet this problem. File "/home/..../Bilinear-CNN-TensorFlow/core/bcnn_DD_woft_with_random_crops.py", line 398, in val_loss += sess.run(loss, feed_dict={imgs: batch_val_x, target: batch_val_y}) File "/home/..../python2.7/site-packages/tensorflow/python/client/session.py", line 778, in run run_metadata_ptr) File "/home/....../python2.7/site-packages/tensorflow/python/client/session.py", line 961, in _run...

I think there are some problems in your function input_read() in main.py. Shouldn't we add code such like "while not coord.should_stop():" to make that the variable image_file_A always get images...