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

Problems encountered when processing my own scene #56

Open
king1111sadjfoisja opened this issue Jul 12, 2024 · 1 comment
Open

Problems encountered when processing my own scene #56

king1111sadjfoisja opened this issue Jul 12, 2024 · 1 comment

Comments

@king1111sadjfoisja
Copy link

Dear Author,Thank you for open-source such a great work
Following README.md,I have successfully completed the configuration of the environment.
But problems occoured when I tried to process my own scene:

Step 2: Train the Autoencoder and get the lower-dims Feature.

 #train the autoencoder
cd autoencoder
python train.py --dataset_name $dataset_path --encoder_dims 256 128 64 32 3 --decoder_dims 16 32 64 128 256 256 512 --lr 0.0007 --output ae_ckpt
#get the 3-dims language feature of the scene
python test.py --dataset_name $dataset_path --output

Firstly,there seems to be issues with the command you give:
python train.py --dataset_name $dataset_path --encoder_dims 256 128 64 32 3 --decoder_dims 16 32 64 128 256 256 512 --lr 0.0007 --output ae_ckpt
When I enter this command in the terminal, the following error message appears:
image
So I modified this command to:
python train.py --dataset_path ./dataset/413/input/ --encoder_dims 256 128 64 32 3 --decoder_dims 16 32 64 128 256 256 512 --lr 0.0007 --dataset_name 413(But I'm not sure if this modification is correct.)
After running this command,New error messages have appeared:
image
It seems the issue is in the dataset.py file.
!!!Has anyone encountered this issue before? How should it be resolved?
Any help would be appreciated!!!

@NagaPadma
Copy link

I am facing the similar problem.

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

2 participants