GostInShell

Results 4 comments of GostInShell

@stnoah1 Thank you for your reply! Could you also kindly explain why the `Precision@N` and `Recall@N` are different under micro- and macro situation? Hope I get this right: `Mirco` directly...

The `Viewer()` class to set camera view in `example.py` may has some error. You can try the examples on [colab](https://colab.research.google.com/drive/1rTLHk0qxh4dn8KNe-mCnN8HAWdd2_BEh#scrollTo=KR22a3AzRP-y). It works fine and can render RGBD images.

@MordehayM Hi! I've encountered a similar problem. Could I ask that whether you have tried removing the anaconda_old and is the version correct afterwards? Thank you!

This is caused by an inconsitent variable name of `cfg.human.name` in the config file. Change [this line](https://github.com/apple/ml-hugs/blob/b65721a5946771053e4f1d0d68d06199bc1d8c07/hugs/trainer/gs_trainer.py#L99) into the following will solve it: ` elif cfg.human.name == 'hugs_trimlp' or cfg.human.name...