aluo-x / BrainDiVE

Brain Diffusion for Visual Exploration: Cortical Discovery using Large Scale Generative Models
https://www.cs.cmu.edu/~afluo/BrainDiVE/
Apache License 2.0
19 stars 1 forks source link

Can't find utils.default_paths and model_fitting.initialize_fitting. These cannot be installed through pip.” #4

Open Da1yuqin opened 6 days ago

Da1yuqin commented 6 days ago

Hello! Thank you for your outstanding work! During the code processing stage, when I run the Z_score.ipynb file, I cannot download utils.default_paths and model_fitting.initialize_fitting through pip install. After reading the text, I think this should be the code you wrote because it contains some preset information. At the same time, I cannot find this kind of package on the Internet. Is the code incomplete? Or can I download them in some way?

aluo-x commented 2 days ago

Hi,

You can find the code here: https://github.com/mmhenderson/modfit/blob/master/code/utils/default_paths.py

Apologies, this code release was a copy of my research code base. I intend to clean up the code soon.