skywo1f

Results 57 issues of skywo1f

I went through the training process and reached epoch 100: Epoch 100/100 3757/3757 [==============================] - 170s 45ms/step - loss: 8.9247 - val_loss: 8.8859 I am expecting a file called model_data/trained_weights_final.h5...

2021-06-14 08:42:02.732548: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.11.0 Using TensorFlow backend. Traceback (most recent call last): File "yolo_video.py", line 5, in from yolo import YOLO, detect_video File "/home/iviti/neural-nets/YOLOv3_digits/yolo.py", line...

anchors = 0.57273, 0.677385, 1.87446, 2.06253, 3.33843, 5.47434, 7.88282, 3.52778, 9.77052, 9.16828 I am guessing anchors are the aspect ratios of the anchor boxes? bias_match=1 ? classes=1 number of classes...

tried all of the files in the checkpoints folder: model.ckpt.index model.ckpt.meta checkpoint model.ckpt.data-00000-of-00001 none of them work: Semantic-Segmentation-Suite/checkpoints/0295/model.ckpt.data-00000-of-00001: Data loss: not an sstable (bad magic number): perhaps your file is...

When I try to train Dalle, it creates ~400 gb of files in my /tmp folder and then errors out when it runs out of memory. I tried deleting the...

/neural-networks/PY-GOTURN$ ./show_tracker_vot.sh Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/neural-networks/PY-GOTURN/goturn/test/show_tracker_vot.py", line 10, in from ..loader.loader_vot...

There is no longer a create_tf_record.py in tools. There is a pet create tf record, but that one requires trimap's and may not even be geared towards ssd.

When I am testing the camera (1800U500c) using the vimba viewer, I get 100+ fps for full resolution. When I test the same camera using pymba, I only get ~10...

Traceback (most recent call last): File "opencv_acquire_image.py", line 2, in from examples.camera._display_frame import display_frame ModuleNotFoundError: No module named 'examples'

I see that Handler() has frame in asynchronous_grab_opencv. But I am not sure how to get it out and pass it on to a different part of the code. Do...