PixInsight Forum (historical)

PixInsight => General => Topic started by: BlueAstra on 2019 November 03 04:40:43

Title: Starnet Installation Problem (Checkpoint error)
Post by: BlueAstra on 2019 November 03 04:40:43
I keep getting the 'checkpoint' error when used with PI. Downloaded from Sourceforge twice and installed twice. Process installed OK and Starnet in process menu. Process runs but then comes up with following error:

StarNet: Processing view: sh2_101_RGB_ps1
Writing swap files...
2320.814 MiB/s
Starting star removal procedure...
Stride: 128
Image size: 2048x2048
Number of channels: 3
Color space: RGB
Bits per sample: 16
Has alpha channels: false
Float sample: false
Restoring neural network checkpoint...
*** Error: Checkpoint file not found!
Reading swap files...
1564.680 MiB/s
<* failed *>

Computer: Dell XPC8500
Core i7-3770 3.4GHz, 16GB RAM
W10 Home 64bit, 18362.418
PI v01.08.05.1353, API v160

Any ideas on what may be the problem?
Title: Re: Starnet Installation Problem (Checkpoint error)
Post by: dave_galera on 2019 November 03 06:34:07
Hi,

I suggest you post this problem in the following thread so Nikita can see it and respond accordingly.

https://pixinsight.com/forum/index.php?topic=13691.0
Title: Re: Starnet Installation Problem (Checkpoint error)
Post by: acmalko on 2019 November 03 23:23:59
https://pixinsight.com/forum/index.php?topic=13691.msg82710#msg82710

Well known bug
"Open the Process Console and paste the following command:

cd "C:/Program Files/PixInsight/bin"

After that, StarNet will work. I will address this issue in the next version."
Title: Re: Starnet Installation Problem (Checkpoint error)
Post by: BlueAstra on 2019 November 04 12:20:07
Thank you for your reply. I looked at your thread and I can see its a good solution, but I'm not sure how you type commands into the process console in PI. When I click on the process console window in the corner, I cannot type anything into it.
Title: Re: Starnet Installation Problem (Checkpoint error)
Post by: pfile on 2019 November 04 13:06:59
way down at the bottom of the console window there is a horizontal text entry box. click there and type.

rob
Title: Re: Starnet Installation Problem (Checkpoint error)
Post by: BlueAstra on 2019 November 04 14:11:33
Thank you for that, I was clicking in the wrong place  :yell: . The fix works, but I discovered the probable cause was that I installed PI on my desktop D drive rather than the C drive. So in my case I had to use cd "D:/programs/pixinsight/bin". On my laptop I did a straight install of PI on the C drive and starnet loads and runs OK without the fix.
Title: Re: Starnet Installation Problem (Checkpoint error)
Post by: eoverstreet on 2020 January 13 14:29:28
I am using a MAC.   I tried typing

cd /applications/pixinsight/bin

and when I try to run STARNET++ I still get the same "Checkpoint" error message.

Any ideas on what to do now?
Title: Re: Starnet Installation Problem (Checkpoint error)
Post by: pfile on 2020 January 13 15:11:12
hopefully you saw my reply in the other thread? the "cd ...." trick won't work on the mac due to the way i changed the code. the idea being to avoid this problem completely, as long as the user has put the weight files in /Applications/PixInsight/lib/

rob