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
After the pcd files were converted to depth images (using function generate_cornell_depth), I got some errors when I tried to train the network with Cornell dataset.
python3 train_ggcnn.py --description training --network ggcnn2 --dataset cornell --dataset-path cornell/
AttributeError: Caught AttributeError in DataLoader worker process 0
AttributeError: Couldn't find function center in BoundingBoxes or BoundingBox
There was same result with evaluation code with pre-trained model.
I appreciated your amazing research.
After the pcd files were converted to depth images (using function
generate_cornell_depth
), I got some errors when I tried to train the network with Cornell dataset.There was same result with evaluation code with pre-trained model.
But, I tested the task to loading the ggcnn using pre-trained model.
I would like to thank you once again.
The text was updated successfully, but these errors were encountered: