-
#include
#include
using namespace std;
int main()
{
double x,y,h;
cin>>x>>y;
if ((x-2)*(x-2)+(y-2)*(y-2)>1&&(x+2)*(x+2)+(y-2)*(y-2)>1&&(x-2)*(x-2)+(y+2)*(y+2)>1&&(x+2)*(x+2)+(y+…
-
```
cd path/to/your/project
git init
```
list all and check all the branches
`git branch -a
`
if no branches, create one
`git checkout -b main`
```
git add .
git commit -m "Initi…
-
Excellent work! I am learning it. Here is a little question:
I found that many docker images used in $PROJECT_PATH/exp are based on **dmerge-base image**. The Dockerfile for building **dmerge-base im…
-
Hello author, can you provide me with a download link for fast_res50_256x192.pth before model conversion? Thank you very much
-
In order to work for team and individual as both blog and about page, the config files should work as a small database.
- [ ] people, for all the people mentioned in blog and about page
- [ ] for `@…
-
目前预览文件用的是 react-doc-viewer,他是基于微软在线预览功能,只能预览公开的文档。但是在预览压缩包的情况下,就会失效。预览压缩包本质上是读取文件数据(但是不下载),然后展示。
可以参考 DocxRenderer 实现其他格式,诸如 pptx,xlsx 的替换:
https://github.com/Okabe-Rintarou-0/SJTU-Canvas-Helper…
-
Hey,
Thanks for this amazing project, I was wondering if there is any way to add texture or mesh_cloth on the 3d avatar, for example the texture file in figure#1 and the mesh generated should be wit…
-
Hello @gducrozet,
I am a beginner in HOS. What confuses me is how to run an example. It doesn't seem written on the wiki, although it could be a simple question. I have tried typing make into the t…
-
Proposed content:
+ Description: A Vision-Based Bicycle Safety System for Alerting Collision with Vehicles (安行“视”界)
+ Website: https://expo.ji.sjtu.edu.cn/SAVEwAVisionwBasedBicycleSafetySystemwfor…
-
Hi,
After several headaches I was finally able to run 3D inference script. However, its getting stuck on the last part of the script
Can someone please tell me if the ffmpeg errors above the…