8000 IndexError: list index out of range · Issue #118 · CameronBodine/PINGMapper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
IndexError: list index out of range #118
Closed
@Jdubs6

Description

@Jdubs6

Hey Cam! So sorry to bother you, I've just been running into a couple index issues when trying to process the Sonar data from the DAT files on GUI. While processing, the error looks like this:

Locating missing pings and adding NoData...
Traceback (most recent call last):
File "C:\Users\27imb\PythonPackages\PINGMapper\gui_main.py", line 286, in
read_master_func(**params)
File "C:\Users\27imb\PythonPackages\PINGMapper\src\main_readFiles.py", line 751, in read_master_func
rowsToProc.append((rowsToProc[-1][-1], rowCnt))
~~~~~~~~~~^^^^
IndexError: list index out of range

It then kicks me back to the standard command line without outputting the jpg. The software does create a folder with "logs" and "meta" data, with excel spreadsheets and txt files. I am using a DAT file called "Rec00008" with a folder also named "Rec00008" that includes the SON and IDX files.

Additionally, while testing the PINGMapper software, this warning shows up:

WARNING:tensorflow:From C:\Users\27imb\miniconda3\envs\ping\Lib\site-packages\tf_keras\src\losses.py:2976: The name tf.losses.sparse_softmax_cross_entropy is deprecated. Please use tf.compat.v1.losses.sparse_softmax_cross_entropy instead.

This could be attributing to the index error shown earlier.

Hope this is enough information, let me know if there's anything else I need to provide! I've attached a few screenshots of the issues as well. Thanks for the help, have a great day!

JW

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0