Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update yolo3_one_file_to_detect_them_all.py #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update yolo3_one_file_to_detect_them_all.py #293

wants to merge 1 commit into from

Commits on Aug 21, 2020

  1. Update yolo3_one_file_to_detect_them_all.py

    cause of the line 10, error's happen
    
    ```python
    Traceback (most recent call last):
      File "yolo3_one_file_to_detect_them_all.py", line 10, in <module>
        np.set_printoptions(threshold=np.nan)
      File "/home/syscon/.local/lib/python3.5/site-packages/numpy/core/arrayprint.py", line 259, in set_printoptions
        floatmode, legacy)
      File "/home/syscon/.local/lib/python3.5/site-packages/numpy/core/arrayprint.py", line 95, in _make_options_dict
        raise ValueError("threshold must be non-NAN, try "
    ValueError: threshold must be non-NAN, try sys.maxsize for untruncated representation
    ```
    
    code should be changed like this propose.
    Baek Junyoeb authored Aug 21, 2020
    Configuration menu
    Copy the full SHA
    1c9e292 View commit details
    Browse the repository at this point in the history