-
`DEPLOY:
USE_GPU : 0
USE_PR : 1
MODEL_PATH : "E:/fire_detection/fire_code/freeze_model"
MODEL_FILENAME : "__model__"
PARAMS_FILENAME : "__params__"
…
-
首先这个错误的原因时我改了源码用在我自己的项目中,才出现的,
但是这个错误,我没找到什么原因,参数已经训练好了没办法改
有其他方式吗?
-
I created this lane_detection file and wrote this:
import argparse
import sys
from time import time, clock
from os.path import splitext, basename, exists
from model im…
-
Can you provide some compare about TensorRT and Pytorch at inference speed? thanks.
-
Training for COCO dataset using mscoco.py,
File "train.py", line 201, in
trainer.train()
File "train.py", line 137, in train
loss = self.criterion(outputs, targets)
File "/usr/loca…
-
Our **ENet-Label-Torch** has been released. More details can be found in [my repo](https://github.com/cardwing/Codes-for-Lane-Detection).
Key features:
(1) ENet-label is a **light-weight** lane …
-
Hi, Thanks your great repo. I successed to run demo.py according to README, but when I try to other images ,it maked error as follows:
_File "demo.py", line 160, in
demo()
File "demo.py", …
-
1)Could you tell me how to load my dataset to the fast scnn network?
2) how to use the self._key = np.array([-1, -1, -1, -1, -1, -1,
-1, -1, 0, 1, -1, -1,
…
-
Our **ENet-Label-Torch** has been released. More details can be found in [my repo](https://github.com/cardwing/Codes-for-Lane-Detection).
Key features:
(1) ENet-label is a **light-weight** lane …
-
hi,
工作非常棒, 对你的工作非常感兴趣,有一些实现细节请教一下你,但是torch框架不太熟悉。
1.resnet101:你能详细说明一下你的实验中使用的resnet101是下采样了8倍,然后在阶段3和阶段4中使用空洞卷积代替普通卷积吗?还有就是它是否有head部分呢?也就是有没有将最后一层卷积输出的2048的通道数过度到128的部分?类似于SCNN
2.我没太看明白你的SAD中,蒸馏损…