Git Product home page Git Product logo

Comments (4)

aktgpt avatar aktgpt commented on July 23, 2024

Hi,
We didn't use notebooks for the model training. As we had different methodologies for the different fluorescence channels and compared several architecture choices, it was easier to run things more directly through python, modifying the config files accordingly for each case. However, the code we provide here in BREVIS is quite modular, so it should be possible to modify the various parts as needed for different use cases. The first thing to do is to make sure your data is structured in the way specified in the README file. After that, you should change the config files to specify the data location, models, and architecture specifications you want to explore.

from brevis.

Bio-data-tricks avatar Bio-data-tricks commented on July 23, 2024

Hi,
Thank you for your response.
I have many errors in the code, does it work on your computer?

Nicolas

from brevis.

aktgpt avatar aktgpt commented on July 23, 2024

Hi,

Yes, of course, it works on our computers!

Please make sure that you have done everything in the checklist provided below:

  • Do you have the necessary libraries installed? Unfortunately, we didn't provide the list of necessary libraries in the README, so here they are:
albumentations
matplotlib
numpy
opencv-python
pandas
pillow
torch
torchvision
scikit-image
scikit-learn
scipy
seaborn
tqdm 
  • Did you change the data structure of the dataset to match ours?
  • Did you make the CSV files in exp_stats similar to what we have provided?
  • Did you change the config files so that all the information is correct according to the experiment that you want to run?

Please go through this checklist, and if you still face any errors, let us know via email.

from brevis.

Bio-data-tricks avatar Bio-data-tricks commented on July 23, 2024

Hi,
Sorry but I can't get the code to work.
I got the example file from the Adipocyte Cell Imaging Challenge, I have in input 7 images. (The 7 images are in the file adipocyte_data/60x images and the file names are the same as the origin).
In the nuclei train json i put the "run_mode" to "test" and the path to the model "test": {
"tester": "LUPITester",
"model_path": "C:\Users\goff0007\Desktop\brevis-master\pre-trained_models\C3_60x.pth"}

what am I supposed to do next ?

Thank you

Nicolas

from brevis.

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.