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

Issues in training FoMo-Net #3

Open
antonylion opened this issue Jun 26, 2024 · 0 comments
Open

Issues in training FoMo-Net #3

antonylion opened this issue Jun 26, 2024 · 0 comments

Comments

@antonylion
Copy link

antonylion commented Jun 26, 2024

Dear Authors,

I am encountering several issues while trying to train FoMo-Net:

  1. Missing Configuration File: The file configs/training/training.json is not present in the codebase.
  2. Import Errors:
    • ImportError: cannot import name 'segformer' from 'model_zoo' (unknown location) in model_utilities.py. There is no segformer module in the model_zoo folder.
    • Similarly, the point_transformer module is also missing from the model_zoo folder.
  3. README Discrepancy: There is a mismatch between the README instructions and the actual codebase structure. For example, in point 3 of "Adding new task," it suggests configs/method/your_task.json, but the current structure appears to be configs/method/your_task/your_task.json.
  4. ModuleNotFoundError: No module named 'datasets.NeonTreeDataset'. There is no NeonTreeDatasetmodule in thedatasets` folder.

Thank you for your attention. I look forward to running FoMo-Net successfully!

Best regards,
Antony


@ngbountos @salvaRC @paulaharder

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

No branches or pull requests

1 participant