Lai JunHao
Lai JunHao
> Hi, you can refer to this https://github.com/TissueImageAnalytics/CoNIC/tree/docker-template/conic_baseline to use the inference code. The above page also contains the pretrained HoVerNet on Lizard for the CONIC challenge. > > If...
> I think I may know what is wrong then now that I reread your comment. > > > So I transfer run_infer code from MASTER to CONIC, I don't...
Thanks for your reply. I also found weights that trained on ConSep which the inference result was good. But I can't achieve the same good results after following the setting...
Hi, @congzhou2603 , I'm a newcomer for shardingsphere, and I'm interested in this problem. But I am not sure whether can I solve this question or not. How can I...
Thanks for your advice, @strongduanmu , I want to have a try. Please assign to me.
Hi, @strongduanmu , sorry for bothering you. Counld you give me more detail advice?(Maybe the link to others PR about step1.) After several hours of finding information, I''m still confused...
Hello, @strongduanmu , since I don't know how to start. I try to imitate other contributor from here [https://github.com/apache/shardingsphere/pull/17861/files](url). I am not sure whether it is a right start or...
Hi, @strongduanmu , I add `createForeignTable` into `schemaStmt` (I am not sure if it is necessary). I have a check, and it seems work correctly.   
Hi @strongduanmu , I have a review of the input caused error.  Maybe it throw error because it miss `SEVER server_name` which should not be null?  
Hi, @strongduanmu , I check again about this question. This is the official description about the parameter in GaussDB.  [https://support.huaweicloud.com/intl/zh-cn/distributed-devg-v2-opengauss/devg_02_0507.html](url) Here are some test cases for createForeignTable statement from...