chenerg
chenerg
I have configured with the following script, ``` api.removeSearchAlias('b'); api.addSearchAlias('b', 'bilibili', 'https://search.bilibili.com/all?keyword=', 's', 'https://s.search.bilibili.com/main/suggest?func=suggest&suggest_type=accurate&sub_type=tag&main_ver=v1&highlight=&upuser_num=3&term=?', function(response) { var res = JSON.parse(response.text).result.tag; return res.map(function(r){ return r.value; }); }, {favicon_url: 'https://www.bilibili.com/favicon.ico'} ); ```...
I can't find the code in BiFuse repository, please remind me the direct location.
The real CAD modes are provided as part of the input or retrieved from a model dataset like shapenet?
The following is copied from [pytorch camera documentation](https://pytorch3d.org/docs/cameras) > The relationship between screen and NDC specifications of a camera's focal_length and principal_point is given by the following equations, where s...
I have not found any description of maskout_lt_nview, would you please give me some advice?
I'm confused what's the difference between trunc_exp with softplus activation? Any reference?
I see the value of the focal is fixed. Does that mean the intrinsics and extrinsics are not real? Does the project support exports intrinsics and extrinsics like https://github.com/sicxu/Deep3DFaceRecon_pytorch?
https://supir.xpixel.group/ a new parer from the xpixel (diffbir is also from this group)
I find your metric only compute image/video pair similarity, where is the video quality evaluation?