fernanda rodríguez

Results 7 comments of fernanda rodríguez

v0.1 doesn't work! ```bash Traceback (most recent call last): File "train.py", line 152, in use_tensorboard=use_tensorboard, tensorboard_log_path=tensorboard_path) TypeError: __init__() got an unexpected keyword argument 'use_tensorboard' ``` commenting out the inexistent tensorboard...

Thank you for your reply! It seems to work with pytorch=0.4.1 and pytorch_toolbox=1.0.0. I'll make a complete test to see if everything works as expected! I'll be waiting for the...

Hi, That's right. I also found some npy files in the sequence folders: `poses.npy` and `vicon2model.npy`. I think that the `poses.npy` file could be converted to the `ground_truth.csv file`. And,...

Ok. I'll try to implement the prediction code. This project is quite big and I don't want to invest lot of time coding only for benchmark proposes. Thank you for...

@MathGaron Thank you for your reply!

Hi, thank you for the clarification. I will train the network again with the suggestions you gave me. I hope this helps me improve the training.

Hi, I trained the network again with the suggestions you gave me: * Verify the generated data `generate_dataset.sh`. Looks ok to me. ![01](https://user-images.githubusercontent.com/7698160/73860437-4d36ad80-481a-11ea-9c67-110c1e965843.jpg) * Train a network of 20 epochs...