simple-faster-rcnn-pytorch
simple-faster-rcnn-pytorch copied to clipboard
A simplified implemention of Faster R-CNN that replicate performance from origin paper
I failed to run train.py.The error is that: Traceback (most recent call last): File "/root/anaconda3/envs/graph4nlp/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout File "/root/anaconda3/envs/graph4nlp/lib/python3.7/site-packages/urllib3/connectionpool.py", line 756, in urlopen method, url, error=e, _pool=self,...
My environment is python3.6.4 on win7. Import resource error happened after I installed module resource using pip.Meanwhile Jsonform jsonschema Jsonsir... has been insatlled. It seems that resource become rsrc .When...
Can the model run with CPU on a laptop? (intel i7-10510U) If so, how to modify the code to be compatible with CPU? Thanks in advance!
请问可以直接用windows进行训练吗
Hello !! How can I train this model using my own data, and which type of annotation should i use ?
看train.py里直接就是rpn和roi两阶段一起直接训练的,这里没有采用论文里面分两个阶段训练的模式是一次训练能直接达到效果吗?
Traceback (most recent call last): File "train.py", line 142, in fire.Fire() File "/opt/conda/lib/python3.7/site-packages/fire/core.py", line 138, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) File "/opt/conda/lib/python3.7/site-packages/fire/core.py", line 468, in _Fire...
when i train my own datasets it occurs: ValueError: need at least one array to stack 327it [01:31, 3.57it/s] Traceback (most recent call last): File "H:/wangwenjingyolov/simple-faster-rcnn-pytorch-master/train.py", line 130, in fire.Fire()...
What is this problem? I do not understand how to figure it out.
When I use Sim10k dataset, I got an increasing roi_loc_loss, could you give me any instruction about the reasons? thank you in advance. 