You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
Dear Authors,
I am encountering several issues while trying to train FoMo-Net:
configs/training/training.json
is not present in the codebase.ImportError: cannot import name 'segformer' from 'model_zoo' (unknown location)
inmodel_utilities.py
. There is nosegformer
module in themodel_zoo
folder.point_transformer
module is also missing from themodel_zoo
folder.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 no
NeonTreeDatasetmodule in the
datasets` folder.Thank you for your attention. I look forward to running FoMo-Net successfully!
Best regards,
Antony
@ngbountos @salvaRC @paulaharder
The text was updated successfully, but these errors were encountered: