Xudong Cai

Results 14 issues of Xudong Cai

I m converting the tensorflow model(.pb) to tmfile with the convert tool built by myself(ubuntu 18.04),but it shows this: `These ops are not in tensorflow serializer: [ LeakyRelu ]` how...

本项目是没有上传前端代码吗,我只发现了xadmin管理系统的界面,并没有发现截图中出现的教师和学生登陆界面。访问127.0.0.1:8000返回的都是rest API

部署在腾讯云函数隔几天就会调用失败,下面是报错信息,这个是什么原因导致的,应该怎么解决? 2021-02-24 22:12:22 开始模拟登陆。。。 Starting new HTTP connection (1): www.zimo.wiki:8080 ERROR RequestId:891f2ce8-8e81-4ba9-aac9-8dcaedeef763 Result:{"errorCode":1,"errorMessage":"user code exception caught","stackTrace":"Traceback (most recent call last):\n File \"/opt/urllib3/connectionpool.py\", line 421, in _make_request\n six.raise_from(e, None)\n File \"\",...

Thanks for your wonderful work, but i find in the file "train_pointnetvlad", the global variable "HARD_NEGATIVES={}" is never updated which means it is useless, is there something wrong here?

Thanks for your wonderful work, but i find in the file "train_pointnetvlad", the global variable "HARD_NEGATIVES={}" is never updated which means it is useless, is there something wrong here?

Hi, I use your default code and yml to test loftr on aachen benchmark as follow: `python -m immatch.eval_aachen --gpu 1 --config 'loftr' --colmap /usr/bin/colmap --benchmark_name 'aachen'` After running for...

I have used docker(20.10.21) to run wandb in a Ubuntu18.04 server. When I restarted the server and wandb, it doesn't work properly anymore: ``` Loading your local environment... Loading is...

Hello! I followed the README to create the conda env and try to reproduce the results by `bash scripts/reproduce_test/outdoor_full_auc.sh` . But I met this errors: ``` | INFO | __main__::128...

`CV_GRAY2BGR` in `ch8/direct_method.cpp` and `ch8/optical_flow.cpp` is the usage of OpenCV3, but `ch8` project uses OpenCV4. It will raise errors and i have changed all of it to `COLOR_GRAY2BGR`, the alternatives...

Hi, I'm I am dig in the problem of feature matching. I conducted the following experiments on MegaDepth-1500 dataset: First I exact some keypoints in image A, and then I...