OrdinaryChen
OrdinaryChen
TypeError: __init__() missing 1 required positional argument: 'nIn'. I debug and find instance.py line:266, function scn.Sparsify(dimension) need one more param. I try many number but failed, plz fogive that I...
最近做esp32的代码 他的idf工具是使用C:\Windows\system32\cmd.exe /k ""D:\Espressif\idf_cmd_init.bat" esp-idf-7e66731f0c5ae58ca35bfad7cd15a1a5" 参数启动的cmd 而不是进入一个cmd输入这些参数。mobaxterm在哪里设置可以带参数的打开一个cmd啊
I run `from torch.utils.tensorboard import SummaryWriter model_path = 'yolov8n-seg.pt' loaded_model = torch.load(model_path) writer = SummaryWriter('tensor_vis') init_img = torch.zeros((1,3,640,640),device='cuda') writer.add_graph(loaded_model) writer.close()` but raise an error: Traceback (most recent call last): File...
hello, Im a staff of a research institute, I read your paper and find its a great model for indoor instance segmentation. when I try to apply it to outdoor...
Any document?
我的mobaxterm界面上所有的中文都会变成问号,但是命令行窗口的中文确实正常的。  我已经将我windows的语言环境设置为utf-8了,还是没有用 
something went wrong when I use “python cliport/demos.py n=10 task=stack-block-pyramid-seq-seen-colors mode=test” to generate test set....... here is the report and screenshot: (cliport) root@19517643a668:~/docker_mapping/cliport# export HOME=~/docker_mapping/cliport (cliport) root@19517643a668:~# python cliport/demos.py n=10...
w'hen I train with readme command “python training.py datamodule.root_data_dir=dataset/calvin_debug_dataset datamodule/datasets=vision_lang_shm” some thing went wrong,I use CUDA_VISIBLE_DEVICES=0 but it still not work