Author Topic: Starnet Installation Problem (Checkpoint error)  (Read 1214 times)

Offline BlueAstra

  • Newcomer
  • Posts: 4
Starnet Installation Problem (Checkpoint error)
« 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?

Offline dave_galera

  • PixInsight Addict
  • ***
  • Posts: 261
    • QDigital Astro
Re: Starnet Installation Problem (Checkpoint error)
« Reply #1 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
Dave

Offline acmalko

  • Member
  • *
  • Posts: 54
Re: Starnet Installation Problem (Checkpoint error)
« Reply #2 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."

Offline BlueAstra

  • Newcomer
  • Posts: 4
Re: Starnet Installation Problem (Checkpoint error)
« Reply #3 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.

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Starnet Installation Problem (Checkpoint error)
« Reply #4 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

Offline BlueAstra

  • Newcomer
  • Posts: 4
Re: Starnet Installation Problem (Checkpoint error)
« Reply #5 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.

Offline eoverstreet

  • Newcomer
  • Posts: 11
Re: Starnet Installation Problem (Checkpoint error)
« Reply #6 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?

Offline pfile

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 4729
Re: Starnet Installation Problem (Checkpoint error)
« Reply #7 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