Dear Authors,
I am encountering several issues while trying to train FoMo-Net:
- Missing Configuration File: The file
configs/training/training.json is not present in the codebase.
- 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.
- 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.
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
Dear Authors,
I am encountering several issues while trying to train FoMo-Net:
configs/training/training.jsonis not present in the codebase.ImportError: cannot import name 'segformer' from 'model_zoo' (unknown location)inmodel_utilities.py. There is nosegformermodule in themodel_zoofolder.point_transformermodule is also missing from themodel_zoofolder.configs/method/your_task.json, but the current structure appears to beconfigs/method/your_task/your_task.json.ModuleNotFoundError: No module named 'datasets.NeonTreeDataset'. There is noNeonTreeDatasetmodule in thedatasets` folder.Thank you for your attention. I look forward to running FoMo-Net successfully!
Best regards,
Antony
@ngbountos @salvaRC @paulaharder