zzc-ai

Results 10 issues of zzc-ai

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 ![image](https://user-images.githubusercontent.com/63056505/112803020-73b24a80-90a5-11eb-8e9d-a328f087422e.png) ![image](https://user-images.githubusercontent.com/63056505/112803141-8fb5ec00-90a5-11eb-9b7f-860a3822f13c.png)

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?

![image](https://user-images.githubusercontent.com/63056505/119925259-b0b49380-bfa7-11eb-864f-0881a9aa53f7.png) 密码c错误,大佬可以更新一下嘛

俺也一样 _Originally posted by @wz0424 in https://github.com/xiaoxiong74/Object-Detection-and-Tracking/issues/5#issuecomment-658099230_

在命令行运行文档中的代码后会有这样的错误,怎么解决呢,求告知~~