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

Visualize pointclouds #78

Merged
merged 10 commits into from
Dec 13, 2024
Merged

Visualize pointclouds #78

merged 10 commits into from
Dec 13, 2024

Conversation

ritvikvasan
Copy link
Collaborator

@ritvikvasan ritvikvasan commented Dec 12, 2024

Move the visualize_pointclouds nb to an analysis script. Addresses #3 . This assumes that the images have been preprocessed. Test run for the PCNA dataset:

python visualize_pointclouds.py --save_path "./plot_pcs_test" --preprocessed_manifest "./subpackages/image_preprocessing/tmp_output_pcna/processed/manifest.parquet" --dataset_name "pcna" --class_column "cell_stage_fine" --class_label "lateS" --global_path "./subpackages/image_preprocessing/"

produces this figure

Screen Shot 2024-12-11 at 4 01 11 PM

Test run for the variance dataset:

python visualize_pointclouds.py --save_path "./plot_pcs_test" --preprocessed_manifest "./subpackages/image_preprocessing/tmp_output_variance/processed/manifest.parquet" --dataset_name "other_punctate" --class_column "structure_name" --class_label "CETN2" --global_path "./subpackages/image_preprocessing/"

produces this figure

Screen Shot 2024-12-11 at 4 03 43 PM

Copy link
Collaborator

@pgarrison pgarrison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we delete visualize_pointclouds.ipynb and visualize_reconstructions.ipynb?

@ritvikvasan
Copy link
Collaborator Author

deleted!

Copy link
Collaborator

@fatwir fatwir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was able to generate the figure for the pcna dataset!

@ritvikvasan ritvikvasan merged commit 8432a89 into main Dec 13, 2024
1 check passed
@ritvikvasan ritvikvasan deleted the visualize_pointclouds branch December 13, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants