Green

Results 14 comments of Green

thank you for your reply!

for this step ``` cam_extrinsics[:3, :3] = np.matmul(np.matmul(np.matmul(np.linalg.inv(R_vg),cam_extrinsic[:3, :3]),R_vg), R_gc) ``` could you help me figure out, what is this `inv(R_vg) @ E @ R_vg @ R_gc` doing? To my...

same inquery @cfzd thanks!

@cfzd thank you for your kind reply :)

> ```shell > tensorflow-2.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl > ``` I did not build from the repo, instead, I download the `tensorflow-2.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl` from [Pypi](https://pypi.org/project/tensorflow/#files) and then use command `pip install xxx.whl` to install tf2.10.0.

> That is the same as `pip install tensorflow`, pip selects the corresponding wheel from PyPI :) yep, since the pkg is big, I download it manually. My point is...

It does not work for me. ` ERROR: No matching distribution found for en-core-web-sm==2.2.5 (from -r requirement.txt (line 20)) ` Then when I comment it out, there still is a...

Thanks 👌 @Jian-Xi for your kind reply. After removing these three, it's okay. Would these lack three affect further running?

> > Sorry for the stupid question, but I am very new to machine learning applications. I have run your code until the point of having a checkpoint. I now...

Warning should be okay for running the code, which is caused by the Scipy version. Best Regards Wanlu Luo 发件人: AnukritiSinghh 发送时间: 2020年7月31日 2:59 收件人: sgrvinod/a-PyTorch-Tutorial-to-Image-Captioning 抄送: Mollylulu; Comment 主题:...