-
I have a PC with RTX2060 GPU,but it use the CPU when I train the network,I have installed the tensorflow-gpu
-
When I run test_net.py in win10, the error happened.
Writing train VOC results file
Writing tvmonitor VOC results file
VOC07 metric? Yes
Traceback (most recent call last):
File "test_net.py"…
-
[Here](https://toby-leeder.github.io/CSPFastpages/week%207/2022/10/10/program_purpose.html) is my group's blog about our program purpose.
[Here](https://toby-leeder.github.io/CSPFastpages/api/thing) …
-
I have seen a lot of posts regarding the error **BB = BB[sorted_ind, :] IndexError: too many indices for array** which i as well encountered while running the evaluation on a very weakly trained mode…
-
How can i get the net accuracy?
There is layer like "test_on_test" and "test_on_train" like in the regular caffe?
Could you help me please?
-
**Is your feature request related to a problem? Please describe.**
This is a request for additional feature to petio, not a problem with petio itself. With larger plex libraries it is difficult to na…
-
Hello everyone,
when I run the demo.sh, I met the problem:
> Loading model weights from /home/ubuntu/PoseCNN/data/demo_models/vgg16_fcn_color_single_frame_2d_pose_add_lov_iter_160000.ckpt
> Tra…
-
> Setting most video properties through ListItem.setInfo() is deprecated and might be removed in future Kodi versions. Please use the respective setter in InfoTagVideo.
with kodi 21.1 and latest tv…
-
Hello,
I would like to create a dataset (the same way Pascal VOC) and train a res101 on it.
I wrote a cpp code to create my dataset and call the train_faster_rcnn.sh
But I meet this error : …
-
Hi,
I trained a model based on this great tutorial from deboc:
https://github.com/deboc/py-faster-rcnn/blob/master/help/Readme.md
and the training shows to be successful (loss is about 0.00XXX).
…