onkarganjewar/coding-challenges-practice 9
Answers to various puzzles and coding interview questions solved in Java for practice
onkarganjewar/cmpe295-masters-project 7
Object + Lane Detection for Self-Driving Car
onkarganjewar/library-management-system 3
An end to end web application in Spring MVC Framework
Caffe: a fast open framework for deep learning.
onkarganjewar/chart-releaser-action 0
A GitHub Action to turn a GitHub project into a self-hosted Helm chart repo, using helm/chart-releaser CLI tool
onkarganjewar/chart-testing-action 0
A GitHub Action to lint and test Helm charts
onkarganjewar/CMPE202-TeamProject 0
Minion Jump -- An Interactive Game designed in Greenfoot
onkarganjewar/CMPE273-assignment1 0
Virtual stock trading system in golang
onkarganjewar/CMPE273-Assignment2 0
RESTful Trip Planner in Golang using google maps API.
startedonkarganjewar/coding-challenges-practice
started time in 10 days
An efficient wrapper around node.js fs.watch / fs.watchFile / FSEvents
fork in a month
Native access to MacOS FSEvents in Node.js
fork in a month
fork MarshallOfSound/macos-notification-state
:mag: This native module checks if the user is active, if the screen is locked, or if "do not disturb" is enabled.
fork in a month
issue openedEniac-Xie/faster-rcnn-resnet
Hello,
I want to train my custom data in PASCAL VOC format using faster rcnn resnet? How can I use this project?
created time in a month
fork ChristineZhou/coding-challenges-practice
Answers to various puzzles and coding interview questions solved in Java for practice
fork in 2 months
startedonkarganjewar/coding-challenges-practice
started time in 2 months
issue closedrstacruz/flatdoc
Hi, is this project still maintained or are you looking for maintainers?
closed time in 3 months
DanielRuffork Summer142857/cmpe295-masters-project
Object + Lane Detection for Self-Driving Car
fork in 3 months
issue commentEniac-Xie/faster-rcnn-resnet
top[idx].reshape(1, self._num_classes * 4) IndexError: Index out of range
My dataset calsses number is 5 and I change *.prototxt files into 5 classes number, I can get the train model. But when I run ./tools/demo.py -- net resnet50 , it runs with the error as follow:
Traceback (most recent call last): File "./tools/demo.py", line 283, in net = caffe.Net(prototxt, caffemodel, caffe.TEST) File "/home/zhoupan/caffe/models/faster-rcnn-resnet/tools/../lib/roi_data_layer/layer.py", line 131, in setup top[idx].reshape(1, self._num_classes * 4) IndexError: Index out of range
How can I solve this problem? Thank you very much!
I have the same error,do you have resolve this?
comment created time in 3 months