INK-USC / G-PlanET

8 stars 3 forks source link

Issue following documentation in ~/G-PlanET/evaluation / readme #2

Open Starfranklyn opened 1 month ago

Starfranklyn commented 1 month ago

Hi,

Please kindly assist with how to add the result as stated in the readme file in the evaluation section of your project. All other steps have been completed successfully up to this point.

"To evaluate, add the result path in line 171 of split_eval_no_group.py then run it, the formulation of the result path should be"

I have not been able to identify the referred to result path.

Chengsong-Huang commented 1 month ago

Sorry for adding some hard-coding path in the codes. In split_eval_no_group.py line 150

 with open(f'./result/{l}', "r+", encoding="utf8") as f:

Here is the path for the results file, and L is defined in line 135-136. You can manually update the paths to result files, or use the line 129-133 to automatically get the path.

Thank you for your attention on our work!

afeawoL commented 1 month ago

As a follow up to this request. After generating the required datasets and requirements, i have been unable to locate the result path referred to in the documentation. Do i need to create a folder "results" in the G-PlanEt folder

Chengsong-Huang commented 1 month ago

@afeawoL I think so

Starfranklyn commented 1 month ago

Hi,

Do you have a video demo for this code?

It will go a long way.

Regards, Starfranklyn


From: Chengsong Huang @.> Sent: 10 October 2024 13:25 To: INK-USC/G-PlanET @.> Cc: Starfranklyn Olivers @.>; Author @.> Subject: Re: [INK-USC/G-PlanET] Issue following documentation in ~/G-PlanET/evaluation / readme (Issue #2)

Sorry for adding some hard-coding path in the codes. In split_eval_no_group.py line 150

with open(f'./result/{l}', "r+", encoding="utf8") as f:

Here is the path for the results file, and L is defined in line 135-136. You can manually update the paths to result files, or use the line 129-133 to automatically get the path.

Thank you for your attention on our work!

— Reply to this email directly, view it on GitHubhttps://github.com/INK-USC/G-PlanET/issues/2#issuecomment-2405668317, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A45GOYILN2O4ZORJXAWJRJ3Z22Z7XAVCNFSM6AAAAABPXH747SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMBVGY3DQMZRG4. You are receiving this because you authored the thread.Message ID: @.***>

Starfranklyn commented 1 month ago

Hi, Kindly assist with the order which we should run the scripts to get our final results.

Regards,