Results 9 issues of Yiru Shen

Hi there, Could we get the pre-trained model if applicable? Thanks!

Hi David, I'm trying the example to produce dependencies from a parsed sentence using Stanford Parser. When I use your code: sd = StanfordDependencies.get_instance(jar_filename="/home/stanford-parser/stanford-parser.jar") it pops up the error: UserWarning:...

Hi there, First of all, nice work! I'd like to add some labels from target domain for training (pick 100 shapes from target domain to assign the GT labels for...

Hi there, Thanks for providing the code for pixel2mesh, nice work! I have one question for computing the 2D image features by computing the correspondence between pixel and vertex in...

Hi, I'm trying to find the file list (model list) for the training data of shapenet part segmentation. However, it seems that only file list for testing is available in...

Hi, I tried to run emd_module/test_emd(). However, after "python3 setup.py install" and run emd_module.py, it shows "AttributeError: module 'emd' has no attribute 'forward'", at line 58. Any possible reason about...

Hi there, Thanks much for sharing the code and great work! Quick question on the features used for kde - which method was used to convert the high-dimensional features after...

Hi there, Nice work and thanks for sharing the code! One question: in both l2o_train.py and l2o_train_seg.py it requires the agent_load_dir. What is this pretrained policy parameters coming from? Is...

Hi there, Nice work and thanks for sharing the code! I wonder if there's any code for the rangeview augmentation mentioned in the paper? Thanks! Best, YS