You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running this on my local EDF file it failed to find ../yolo-obj.cfg file
$ python yolo4apnea.py Traces.edf
Generated images
Running YOLO on signal. This may take a long time depending on GPU/CPU and length of recording
CUDA-version: 10000 (10010), cuDNN: 7.6.4, CUDNN_HALF=1, GPU count: 8
OpenCV isn't used - data augmentation will be slow
Couldn't open file: ../yolo-obj.cfg
Done
Traceback (most recent call last):
File "yolo4apnea.py", line 572, in <module>
replay=replay, compare=args.compare, display=args.display, plot_comp=args.plot_comparisons)
File "yolo4apnea.py", line 488, in predict_edf
predictions = predictions[predictions.CONFIDENCE >= threshold]
File "/home/mkukreja/.pyenv/versions/anaconda3-2019.10/envs/Yolo4Apnea/lib/python3.7/site-packages/pandas/core/generic.py", line 5274, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'CONFIDENCE'
The text was updated successfully, but these errors were encountered:
Yolo4Apnea/yolo4apnea.py
Line 481 in 6a8b452
While running this on my local EDF file it failed to find
../yolo-obj.cfg
fileThe text was updated successfully, but these errors were encountered: