zzc-ai
zzc-ai
train出现尺寸不对
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1])
Traceback (most recent call last): File "tools/test.py", line 144, in main() File "tools/test.py", line 67, in main module = eval('models.'+config.MODEL.NAME) File "", line 1, in NameError: name 'models' is not...
After I use import on Jetson, the interface appears garbled code, is it because Jetson is an ARM architecture instead of x86  
After I use import on Jetson, the interface appears garbled code, is it because Jetson is an ARM architecture instead of x86
How could I construct a neck structure similar to unet by the output of some feature extraction layer (conv2D) my code :from efficientnet_pytorch import EfficientNet model = EfficientNet.from_name('efficientnet-b0') list(model.children())[2] I...
first of all,thanks for this code ,it vary useful! however,when i use infer_seam, the result will saved as .npy,how can i used it to pred hotmap?
 密码c错误,大佬可以更新一下嘛
俺也一样 _Originally posted by @wz0424 in https://github.com/xiaoxiong74/Object-Detection-and-Tracking/issues/5#issuecomment-658099230_
在命令行运行文档中的代码后会有这样的错误,怎么解决呢,求告知~~