Git Product home page Git Product logo

Comments (22)

tamachado avatar tamachado commented on July 17, 2024

What version of numpy are you using? I think these errors have to do with a versioning issue.

Can you try using an older version and see if that helps?
e.g.: pip install numpy==1.16.1

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

I used the file 'cosmos3requirements.yml' and it contains numpy version 1.14.0
I'd tried installing numpy 1.16.1 in the environment and got this error

ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.

We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.

tensorflow 1.10.0 requires numpy<=1.14.5,>=1.13.3, but you'll have numpy 1.16.1 which is incompatible.
statsmodels 0.12.2 requires pandas>=0.21, but you'll have pandas 0.20.3 which is incompatible.
moviepy 0.2.3.2 requires decorator==4.0.11, but you'll have decorator 5.1.1 which is incompatible.

Should I install tensorflow, statsmodel, and moviepy with another version?

from cosmos-tools.

izkula avatar izkula commented on July 17, 2024

Try:

pip install numpy==1.14.0
pip install pandas==0.20.3
pip install statsmodels==0.10.2

from cosmos-tools.

izkula avatar izkula commented on July 17, 2024

I think the issue is that we didn't specify statsmodels version

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

The version conflict problem had been solved but I encountered this error.
error

I checked the directory and the files exist like below.
top

from cosmos-tools.

tamachado avatar tamachado commented on July 17, 2024

This is an interesting issue.

The path ...\top\top_out.mat\keep_cells.npz doesn't make sense.

Looking in the function that's called in cosmos_dataset.py, maybe line 105 needs to be changed as follows:

vid_dir = vid_path.rsplit("/", 1)[0]
to
vid_dir = vid_path.rsplit(os.path.sep, 1)[0]

Can you tell us if that solves the problem?

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

I tried changing all of vid_path.rsplit("/", 1)[0] in line 105 and other lines.
It looks working, but I meet warning message like below.
Can I ignore this warning or have to fix something else?
warnings

from cosmos-tools.

izkula avatar izkula commented on July 17, 2024

I don't get this warning when I run the tests on my end (I just now successfully installed on a new computer macOS 10.15.7)

Is it possible for you to determine what the invalid value is, i.e. by adding print statements or a debug breakpoint (i.e. add flag --pdb when you call pytest, like here: https://stackoverflow.com/questions/2678792/can-i-debug-with-python-debugger-when-using-py-test-somehow) ? Nans should have been removed in the lines immediately preceding line 570.

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

I get this warning with anaconda prompt at windows.
And all the elements in mean_block['top_focus'] and mean_block['bot_focus'] was 'NaN' when I debugged and printed those variables.
But when I use Ubuntu, I does successfully work.

from cosmos-tools.

izkula avatar izkula commented on July 17, 2024

Interesting...we never ran it on Windows, so it's not unreasonable to me that there might be an issue (i.e. with file paths).

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

I have a few more questions.
In order to try this software, I used the script 'import_raw_cosmos_data.py' and encountered some difficulty.

When I imported the example data provided with this software and select ROIs, I got this error.
focus_selection
test_data

So I downloaded the raw data video file from you paper, and then converted its file format from mp4 to ome.tif which has 300 frames using ImageJ plug-in 'Bioformat'. And When I tried this converted file, I got this new error.
converted

I wonder whether I missed something important.

Additionally, when I select ROIs, do the 'top_ROI' and 'bot_ROI' mean central area focused image and that of lateral area respectively? Then should I select identical area as top and bot ROIs if I try this software with conventional macroscope?

from cosmos-tools.

izkula avatar izkula commented on July 17, 2024

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

Oh, I see. Thank you for your answers.
Still I get the same error when I try it with smaller ROI.

What video format is when you get raw data files?
Is the raw data saved as ome.tif format directly when you get the raw data, or saved as other format and converted to ome.tif?

from cosmos-tools.

izkula avatar izkula commented on July 17, 2024

from cosmos-tools.

tamachado avatar tamachado commented on July 17, 2024

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

Yes, I'd just tried choosing cranial-window-size ROI, and got same error.
Is it possible to get this error because of small number of frames of the example raw data file?
(It contains just 6 frames and I get Index Error as the captured Image shows)

from cosmos-tools.

tamachado avatar tamachado commented on July 17, 2024

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

I'll try it and check if it works well.
Thank you so much.

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

Duplicating the image stacks solved the index error.

The matlab window show me like below when I run CNMF-E through 'import_raw_cosmos_data.py',

MATLAB error 1

MATLAB error

Does anything exist I should change?

from cosmos-tools.

tamachado avatar tamachado commented on July 17, 2024

from cosmos-tools.

GI-Kim avatar GI-Kim commented on July 17, 2024

I added matlab path and it make it work.
However, the saving error occurs when running cnmfe.
How can I solve this problem?

Saving error

from cosmos-tools.

tamachado avatar tamachado commented on July 17, 2024

from cosmos-tools.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.