wffancy
wffancy
Hi @abhijeetnijampurkar, I've met the same torchtext problem as yours and I've also tried @ybgdgh's suggestion. But it didn't work for me. Is there anything I miss? Thanks !
You can download the subset of 3DSSG through the [link ](http://campar.in.tum.de/files/3DSSG/3DSSG_subset.zip). Additionally, there are some extra retrieval data in the README file of author's project page.
Train the default GCN model with the following command: ```shell python scripts/train.py ``` It also makes sense to change the hyperparameters using command line arguments like `--batch_size`, `--epoch` etc. Use...
I use python 3.6 and pytorch 1.6.0. However, I am not clear about the problem you met, as I am continuously trying some new models and ideas on my code....
Specify the '--vis' argument with pretrained spgn model path, namely '.../model_last.pth', can toggle the visualization part code. I have upload the 'pointnet_cls_best_model.pth', which is downloaded from the PointNet repo for...
@jwyang @folkaholic when I ran `python main.py --config-file configs/sgg-res101-joint.yaml --inference --use_freq_prior --resume 99999 --visualize --algorithm SGG` I also met such error. When I removed the last argument, namely the algothrim,...