happyProgramming

Results 9 comments of happyProgramming

Dear @xdever , Currently, am working on a school project where I need to Train and test my R-FCN on KITTI 2d objects. the issue that am facing is that...

dear @Qiuchenggit, can you please show me the steps to follow in order train on my own dataset (KITTI 2d object). I'm new to deep learning and I'am really stuck...

Hello @henbucuoshanghai , currently I am facing the same issue ..did you figure out how to do it ? if so please if you can explain to me how you...

hi All , i was able to make this work by adding custom event template like this :

Hi @patrickchoi , So i created a ng-template like this // you have the choice to custumize (display the information you want ) your template the way you want ,...

Did you import DragAndDropModule ? if you didn't you have to add it into your @NgModule Imports import { DragAndDropModule } from 'angular-draggable-droppable';

Can you show me your ng-template code ?

i did it with your template and it work fine , you have to add this.refresh.next(); in your eventTimesChanged function otherwise it won't work.

in [dragAxis]="{x: dayEvent.event.draggable, y:dayEvent.event.draggable}" is your dayEvent.event.draggable is set to true ?