Jake Ju

Results 7 issues of Jake Ju

Hi @erikwijmans , Have you tried to convert the pointnet2 model you wrote to Torch script for inferencing in C++? I've met some issues. One of the issues is about...

Hi, I want to participate in the 2022 Waymo 3D Camera-Only Detection Challenge. However, I don't have permission to access the v1.3.1 perception dataset. The error msg pops out when...

Hi, I'm new to tensorflow serving. I'm trying to serving my trained model via simple_tensorflow_serving. However, after I run next line command, it failed to recognize the custom_ops that only...

你好, 我在运行`python demo1-render.py`demo程序时,发生了错误,请帮忙看一下什么问题,谢谢! 系统OS: Ubuntu 20.04 ``` [i 0629 19:45:17.121211 96 compiler.py:869] Jittor(1.2.3.47) src: /home/jake/anaconda3/envs/jittor/lib/python3.7/site-packages/jittor [i 0629 19:45:17.123470 96 compiler.py:870] g++ at /usr/bin/g++(7.5.0) [i 0629 19:45:17.123553 96 compiler.py:871] cache_path: /home/jake/.cache/jittor/default/g++...

**Describe your feature request** Any chance we could get the pretrained ViT model with MAE? **Describe the reference code or paper** [Masked Autoencoders Are Scalable Vision Learners](https://arxiv.org/abs/2111.06377) **Describe the possible...

Hi, ### **问题:** ![pointnet++_paddle](https://user-images.githubusercontent.com/5748897/84624995-fa31dd00-af14-11ea-8cc4-fc4650d08868.png) PointNet++现在无法支持Windows C++部署, 有支持的计划吗? 如果官方没有支持, 那可以提供一个Workaround的思路吗? 另外, 如果我后续想用PaddleServing做云端部署, custom_op会影响部署吗? 有相应的部署例子吗? 谢谢!